Shades of Jagged Ice #CDE9E2
Tints of Jagged Ice #CDE9E2
RGB
CMYK
RGB Variations
Color information
#CDE9E2 (or 0xCDE9E2) is known color: Jagged Ice. HEX triplet: CD, E9 and E2. RGB value is (205,233,226). Sum of RGB (Red+Green+Blue) = 205+233+226=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9E2 is #32161D. Grayscale: #DFDFDF. Windows color (decimal): -3282462 or 14870989. OLE color: 14870989.
HSL color Cylindrical-coordinate representation of color #CDE9E2: hue angle of 165º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE9E2 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 233 | 226 | - |
CMYK | 0.12 | 0 | 0.03 | 0.09 |
HSL | 165º | 0.39% | 0.86% | - |
HSV(B) | 165º | 0.12% | 0.91% | - |
XYZ | 68.04 | 76.75 | 83.18 | - |
YUV | 223.83 | 129.22 | 114.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 233 | 226 | 0.12 | 0 | 0.03 | 0.09 | 165 | 0.39 | 0.86 |
Hex | CD | E9 | E2 | C | 0 | 3 | 9 | A5 | 27 | 56 |
Octal | 315 | 351 | 342 | 14 | 0 | 3 | 11 | 245 | 47 | 126 |
Binary | 11001101 | 11101001 | 11100010 | 1100 | 0 | 11 | 1001 | 10100101 | 100111 | 1010110 |
Color Harmonies of #CDE9E2
Complementary color
Monochromatic Colors of #CDE9E2
Black with #CDE9E2
Text Example
Text Example
White with #CDE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9E2; }
p { color: rgb(205,233,226); }
H1.HeaderClassName
{
color: #CDE9E2;
}
.AnyTagClassName
{
color: #CDE9E2;
}
</style>
background-color css
<style>
a { background-color: #CDE9E2; }
a { background-color: rgb(205,233,226); }
div.DivClassName
{
background-color: #CDE9E2;
}
.BgClassName
{
background-color: #CDE9E2;
}
</style>
border-color css
<style>
span { border-color: #CDE9E2; }
span { border-color: rgb(205,233,226); }
td.TdClassName
{
border-color: #CDE9E2;
}
.TagClassName
{
border-color: #CDE9E2;
}
</style>