Shades of Jagged Ice #CEE4DF
Tints of Jagged Ice #CEE4DF
RGB
CMYK
RGB Variations
Color information
#CEE4DF (or 0xCEE4DF) is known color: Jagged Ice. HEX triplet: CE, E4 and DF. RGB value is (206,228,223). Sum of RGB (Red+Green+Blue) = 206+228+223=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4DF is #311B20. Grayscale: #DCDCDC. Windows color (decimal): -3218209 or 14673102. OLE color: 14673102.
HSL color Cylindrical-coordinate representation of color #CEE4DF: hue angle of 166.36º 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 #CEE4DF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 223 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.11 |
| HSL | 166.36º | 0.29% | 0.85% | - |
| HSV(B) | 166.36º | 0.1% | 0.89% | - |
| XYZ | 66.52 | 73.94 | 80.58 | - |
| YUV | 220.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 223 | 0.10 | 0 | 0.02 | 0.11 | 166.36 | 0.29 | 0.85 |
| Hex | CE | E4 | DF | A | 0 | 2 | B | A6 | 1D | 55 |
| Octal | 316 | 344 | 337 | 12 | 0 | 2 | 13 | 246 | 35 | 125 |
| Binary | 11001110 | 11100100 | 11011111 | 1010 | 0 | 10 | 1011 | 10100110 | 11101 | 1010101 |
Color Harmonies of #CEE4DF
Complementary color
Monochromatic Colors of #CEE4DF
Black with #CEE4DF
Text Example
Text Example
White with #CEE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE4DF; }
p { color: rgb(206,228,223); }
H1.HeaderClassName
{
color: #CEE4DF;
}
.AnyTagClassName
{
color: #CEE4DF;
}
</style>
background-color css
<style>
a { background-color: #CEE4DF; }
a { background-color: rgb(206,228,223); }
div.DivClassName
{
background-color: #CEE4DF;
}
.BgClassName
{
background-color: #CEE4DF;
}
</style>
border-color css
<style>
span { border-color: #CEE4DF; }
span { border-color: rgb(206,228,223); }
td.TdClassName
{
border-color: #CEE4DF;
}
.TagClassName
{
border-color: #CEE4DF;
}
</style>