Color spaces of #ccddee
RGB | 204 | 221 | 238 |
---|---|---|---|
HSL | 0.58 | 0.50 | 0.87 |
HSV | 210° | 14° | 93° |
CMYK | 0.14 | 0.07 | 0.00 0.07 |
XYZ | 66.1909 | 70.7233 | 91.0513 |
Yxy | 70.7233 | 0.2904 | 0.3102 |
Hunter Lab | 84.0971 | -6.6768 | -5.3248 |
CIE-Lab | 87.3504 | -2.2859 | -10.2347 |
#ccddee color RGB value is (204,221,238). This hex color code is also a web safe color which is equal to #CDE.
#ccddee hex color red value is 204, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ccddee hue: 0.58 , saturation: 0.50 and the lightness value of ccddee is 0.87.
The process color (four color CMYK) of #ccddee color hex is 0.14, 0.07, 0.00, 0.07. Web safe color of #ccddee is #ccccff. Color #ccddee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011101 | 11101110 |
Octal | 314 | 335 | 356 |
Decimal | 204 | 221 | 238 |
Hex | CC | DD | EE |
Shades of #ccddee
Tints of #ccddee
RGB Percentages of Color #ccddee
CMYK Percentages of Color #ccddee
Complementary Color
#ccddee | #eeddcc |
#ccddee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccddee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccddee Color CSS Codes
.mybgcolor {background-color:#ccddee; } .myforecolor {color:#ccddee; } .mybordercolor {border:3px solid #ccddee; }
#ccddee Text Font Color
<p style="color:#ccddee">Text here</p>
This sample text font color is #ccddee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ccddee Background Color
<div style="background-color:#ccddee">
Div content here</div>
This div background color is #ccddee
#ccddee Border Color
<div style="border:3px solid #ccddee">
Div here</div>
This div border color is #ccddee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,221,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccddee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccddee; -webkit-box-shadow: 1px 1px 3px 2px #ccddee; box-shadow: 1px 1px 3px 2px #ccddee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,221,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccddee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccddee; -webkit-box-shadow: 1px 1px 3px 2px #ccddee; box-shadow: 1px 1px 3px 2px #ccddee;">
Div content here</div>
This div box has shadow with color #ccddee
Comments
No comments written yet.
Please login to write comment.