Shades of Jagged Ice #CEE8E4
Tints of Jagged Ice #CEE8E4
RGB
CMYK
RGB Variations
Color information
#CEE8E4 (or 0xCEE8E4) is known color: Jagged Ice. HEX triplet: CE, E8 and E4. RGB value is (206,232,228). Sum of RGB (Red+Green+Blue) = 206+232+228=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 232 (91.02% from 255 or 34.83% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8E4 is #31171B. Grayscale: #DFDFDF. Windows color (decimal): -3217180 or 15001806. OLE color: 15001806.
HSL color Cylindrical-coordinate representation of color #CEE8E4: hue angle of 170.77º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE8E4 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 228 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.09 |
| HSL | 170.77º | 0.36% | 0.86% | - |
| HSV(B) | 170.77º | 0.11% | 0.91% | - |
| XYZ | 68.31 | 76.44 | 84.55 | - |
| YUV | 223.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 228 | 0.11 | 0 | 0.02 | 0.09 | 170.77 | 0.36 | 0.86 |
| Hex | CE | E8 | E4 | B | 0 | 2 | 9 | AB | 24 | 56 |
| Octal | 316 | 350 | 344 | 13 | 0 | 2 | 11 | 253 | 44 | 126 |
| Binary | 11001110 | 11101000 | 11100100 | 1011 | 0 | 10 | 1001 | 10101011 | 100100 | 1010110 |
Color Harmonies of #CEE8E4
Complementary color
Monochromatic Colors of #CEE8E4
Black with #CEE8E4
Text Example
Text Example
White with #CEE8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8E4; }
p { color: rgb(206,232,228); }
H1.HeaderClassName
{
color: #CEE8E4;
}
.AnyTagClassName
{
color: #CEE8E4;
}
</style>
background-color css
<style>
a { background-color: #CEE8E4; }
a { background-color: rgb(206,232,228); }
div.DivClassName
{
background-color: #CEE8E4;
}
.BgClassName
{
background-color: #CEE8E4;
}
</style>
border-color css
<style>
span { border-color: #CEE8E4; }
span { border-color: rgb(206,232,228); }
td.TdClassName
{
border-color: #CEE8E4;
}
.TagClassName
{
border-color: #CEE8E4;
}
</style>