Shades of Jagged Ice #CEE2DE
Tints of Jagged Ice #CEE2DE
RGB
CMYK
RGB Variations
Color information
#CEE2DE (or 0xCEE2DE) is known color: Jagged Ice. HEX triplet: CE, E2 and DE. RGB value is (206,226,222). Sum of RGB (Red+Green+Blue) = 206+226+222=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2DE is #311D21. Grayscale: #DBDBDB. Windows color (decimal): -3218722 or 14607054. OLE color: 14607054.
HSL color Cylindrical-coordinate representation of color #CEE2DE: hue angle of 168º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEE2DE is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 222 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.11 |
| HSL | 168º | 0.26% | 0.85% | - |
| HSV(B) | 168º | 0.09% | 0.89% | - |
| XYZ | 65.83 | 72.79 | 79.69 | - |
| YUV | 219.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 222 | 0.09 | 0 | 0.02 | 0.11 | 168 | 0.26 | 0.85 |
| Hex | CE | E2 | DE | 9 | 0 | 2 | B | A8 | 1A | 55 |
| Octal | 316 | 342 | 336 | 11 | 0 | 2 | 13 | 250 | 32 | 125 |
| Binary | 11001110 | 11100010 | 11011110 | 1001 | 0 | 10 | 1011 | 10101000 | 11010 | 1010101 |
Color Harmonies of #CEE2DE
Complementary color
Monochromatic Colors of #CEE2DE
Black with #CEE2DE
Text Example
Text Example
White with #CEE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2DE; }
p { color: rgb(206,226,222); }
H1.HeaderClassName
{
color: #CEE2DE;
}
.AnyTagClassName
{
color: #CEE2DE;
}
</style>
background-color css
<style>
a { background-color: #CEE2DE; }
a { background-color: rgb(206,226,222); }
div.DivClassName
{
background-color: #CEE2DE;
}
.BgClassName
{
background-color: #CEE2DE;
}
</style>
border-color css
<style>
span { border-color: #CEE2DE; }
span { border-color: rgb(206,226,222); }
td.TdClassName
{
border-color: #CEE2DE;
}
.TagClassName
{
border-color: #CEE2DE;
}
</style>