Shades of Jagged Ice #CEE0DD
Tints of Jagged Ice #CEE0DD
RGB
CMYK
RGB Variations
Color information
#CEE0DD (or 0xCEE0DD) is known color: Jagged Ice. HEX triplet: CE, E0 and DD. RGB value is (206,224,221). Sum of RGB (Red+Green+Blue) = 206+224+221=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0DD is #311F22. Grayscale: #DADADA. Windows color (decimal): -3219235 or 14541006. OLE color: 14541006.
HSL color Cylindrical-coordinate representation of color #CEE0DD: hue angle of 170º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE0DD is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 221 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.12 |
| HSL | 170º | 0.23% | 0.84% | - |
| HSV(B) | 170º | 0.08% | 0.88% | - |
| XYZ | 65.16 | 71.65 | 78.8 | - |
| YUV | 218.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 221 | 0.08 | 0 | 0.01 | 0.12 | 170 | 0.23 | 0.84 |
| Hex | CE | E0 | DD | 8 | 0 | 1 | C | AA | 16 | 54 |
| Octal | 316 | 340 | 335 | 10 | 0 | 1 | 14 | 252 | 26 | 124 |
| Binary | 11001110 | 11100000 | 11011101 | 1000 | 0 | 1 | 1100 | 10101010 | 10110 | 1010100 |
Color Harmonies of #CEE0DD
Complementary color
Monochromatic Colors of #CEE0DD
Black with #CEE0DD
Text Example
Text Example
White with #CEE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE0DD; }
p { color: rgb(206,224,221); }
H1.HeaderClassName
{
color: #CEE0DD;
}
.AnyTagClassName
{
color: #CEE0DD;
}
</style>
background-color css
<style>
a { background-color: #CEE0DD; }
a { background-color: rgb(206,224,221); }
div.DivClassName
{
background-color: #CEE0DD;
}
.BgClassName
{
background-color: #CEE0DD;
}
</style>
border-color css
<style>
span { border-color: #CEE0DD; }
span { border-color: rgb(206,224,221); }
td.TdClassName
{
border-color: #CEE0DD;
}
.TagClassName
{
border-color: #CEE0DD;
}
</style>