Shades of Jagged Ice #CEE1DD
Tints of Jagged Ice #CEE1DD
RGB
CMYK
RGB Variations
Color information
#CEE1DD (or 0xCEE1DD) is known color: Jagged Ice. HEX triplet: CE, E1 and DD. RGB value is (206,225,221). Sum of RGB (Red+Green+Blue) = 206+225+221=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1DD is #311E22. Grayscale: #DADADA. Windows color (decimal): -3218979 or 14541262. OLE color: 14541262.
HSL color Cylindrical-coordinate representation of color #CEE1DD: hue angle of 167.37º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE1DD is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 221 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.12 |
| HSL | 167.37º | 0.24% | 0.85% | - |
| HSV(B) | 167.37º | 0.08% | 0.88% | - |
| XYZ | 65.43 | 72.19 | 78.89 | - |
| YUV | 218.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 221 | 0.08 | 0 | 0.02 | 0.12 | 167.37 | 0.24 | 0.85 |
| Hex | CE | E1 | DD | 8 | 0 | 2 | C | A7 | 18 | 55 |
| Octal | 316 | 341 | 335 | 10 | 0 | 2 | 14 | 247 | 30 | 125 |
| Binary | 11001110 | 11100001 | 11011101 | 1000 | 0 | 10 | 1100 | 10100111 | 11000 | 1010101 |
Color Harmonies of #CEE1DD
Complementary color
Monochromatic Colors of #CEE1DD
Black with #CEE1DD
Text Example
Text Example
White with #CEE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1DD; }
p { color: rgb(206,225,221); }
H1.HeaderClassName
{
color: #CEE1DD;
}
.AnyTagClassName
{
color: #CEE1DD;
}
</style>
background-color css
<style>
a { background-color: #CEE1DD; }
a { background-color: rgb(206,225,221); }
div.DivClassName
{
background-color: #CEE1DD;
}
.BgClassName
{
background-color: #CEE1DD;
}
</style>
border-color css
<style>
span { border-color: #CEE1DD; }
span { border-color: rgb(206,225,221); }
td.TdClassName
{
border-color: #CEE1DD;
}
.TagClassName
{
border-color: #CEE1DD;
}
</style>