Shades of Jagged Ice #CEE5E0
Tints of Jagged Ice #CEE5E0
RGB
CMYK
RGB Variations
Color information
#CEE5E0 (or 0xCEE5E0) is known color: Jagged Ice. HEX triplet: CE, E5 and E0. RGB value is (206,229,224). Sum of RGB (Red+Green+Blue) = 206+229+224=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5E0 is #311A1F. Grayscale: #DDDDDD. Windows color (decimal): -3217952 or 14738894. OLE color: 14738894.
HSL color Cylindrical-coordinate representation of color #CEE5E0: hue angle of 166.96º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE5E0 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 224 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.10 |
| HSL | 166.96º | 0.31% | 0.85% | - |
| HSV(B) | 166.96º | 0.1% | 0.9% | - |
| XYZ | 66.93 | 74.54 | 81.38 | - |
| YUV | 221.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 224 | 0.10 | 0 | 0.02 | 0.10 | 166.96 | 0.31 | 0.85 |
| Hex | CE | E5 | E0 | A | 0 | 2 | A | A7 | 1F | 55 |
| Octal | 316 | 345 | 340 | 12 | 0 | 2 | 12 | 247 | 37 | 125 |
| Binary | 11001110 | 11100101 | 11100000 | 1010 | 0 | 10 | 1010 | 10100111 | 11111 | 1010101 |
Color Harmonies of #CEE5E0
Complementary color
Monochromatic Colors of #CEE5E0
Black with #CEE5E0
Text Example
Text Example
White with #CEE5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5E0; }
p { color: rgb(206,229,224); }
H1.HeaderClassName
{
color: #CEE5E0;
}
.AnyTagClassName
{
color: #CEE5E0;
}
</style>
background-color css
<style>
a { background-color: #CEE5E0; }
a { background-color: rgb(206,229,224); }
div.DivClassName
{
background-color: #CEE5E0;
}
.BgClassName
{
background-color: #CEE5E0;
}
</style>
border-color css
<style>
span { border-color: #CEE5E0; }
span { border-color: rgb(206,229,224); }
td.TdClassName
{
border-color: #CEE5E0;
}
.TagClassName
{
border-color: #CEE5E0;
}
</style>