Shades of Jagged Ice #CEE4E0
Tints of Jagged Ice #CEE4E0
RGB
CMYK
RGB Variations
Color information
#CEE4E0 (or 0xCEE4E0) is known color: Jagged Ice. HEX triplet: CE, E4 and E0. RGB value is (206,228,224). Sum of RGB (Red+Green+Blue) = 206+228+224=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4E0 is #311B1F. Grayscale: #DCDCDC. Windows color (decimal): -3218208 or 14738638. OLE color: 14738638.
HSL color Cylindrical-coordinate representation of color #CEE4E0: hue angle of 169.09º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE4E0 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 224 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.11 |
| HSL | 169.09º | 0.29% | 0.85% | - |
| HSV(B) | 169.09º | 0.1% | 0.89% | - |
| XYZ | 66.65 | 73.99 | 81.29 | - |
| YUV | 220.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 224 | 0.10 | 0 | 0.02 | 0.11 | 169.09 | 0.29 | 0.85 |
| Hex | CE | E4 | E0 | A | 0 | 2 | B | A9 | 1D | 55 |
| Octal | 316 | 344 | 340 | 12 | 0 | 2 | 13 | 251 | 35 | 125 |
| Binary | 11001110 | 11100100 | 11100000 | 1010 | 0 | 10 | 1011 | 10101001 | 11101 | 1010101 |
Color Harmonies of #CEE4E0
Complementary color
Monochromatic Colors of #CEE4E0
Black with #CEE4E0
Text Example
Text Example
White with #CEE4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE4E0; }
p { color: rgb(206,228,224); }
H1.HeaderClassName
{
color: #CEE4E0;
}
.AnyTagClassName
{
color: #CEE4E0;
}
</style>
background-color css
<style>
a { background-color: #CEE4E0; }
a { background-color: rgb(206,228,224); }
div.DivClassName
{
background-color: #CEE4E0;
}
.BgClassName
{
background-color: #CEE4E0;
}
</style>
border-color css
<style>
span { border-color: #CEE4E0; }
span { border-color: rgb(206,228,224); }
td.TdClassName
{
border-color: #CEE4E0;
}
.TagClassName
{
border-color: #CEE4E0;
}
</style>