Shades of Jagged Ice #CEEEE8
Tints of Jagged Ice #CEEEE8
RGB
CMYK
RGB Variations
Color information
#CEEEE8 (or 0xCEEEE8) is known color: Jagged Ice. HEX triplet: CE, EE and E8. RGB value is (206,238,232). Sum of RGB (Red+Green+Blue) = 206+238+232=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEE8 is #311117. Grayscale: #E3E3E3. Windows color (decimal): -3215640 or 15265486. OLE color: 15265486.
HSL color Cylindrical-coordinate representation of color #CEEEE8: hue angle of 168.75º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEEE8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 232 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.07 |
| HSL | 168.75º | 0.48% | 0.87% | - |
| HSV(B) | 168.75º | 0.13% | 0.93% | - |
| XYZ | 70.59 | 80.1 | 88.08 | - |
| YUV | 227.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 232 | 0.13 | 0 | 0.03 | 0.07 | 168.75 | 0.48 | 0.87 |
| Hex | CE | EE | E8 | D | 0 | 3 | 7 | A9 | 30 | 57 |
| Octal | 316 | 356 | 350 | 15 | 0 | 3 | 7 | 251 | 60 | 127 |
| Binary | 11001110 | 11101110 | 11101000 | 1101 | 0 | 11 | 111 | 10101001 | 110000 | 1010111 |
Color Harmonies of #CEEEE8
Complementary color
Monochromatic Colors of #CEEEE8
Black with #CEEEE8
Text Example
Text Example
White with #CEEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEE8; }
p { color: rgb(206,238,232); }
H1.HeaderClassName
{
color: #CEEEE8;
}
.AnyTagClassName
{
color: #CEEEE8;
}
</style>
background-color css
<style>
a { background-color: #CEEEE8; }
a { background-color: rgb(206,238,232); }
div.DivClassName
{
background-color: #CEEEE8;
}
.BgClassName
{
background-color: #CEEEE8;
}
</style>
border-color css
<style>
span { border-color: #CEEEE8; }
span { border-color: rgb(206,238,232); }
td.TdClassName
{
border-color: #CEEEE8;
}
.TagClassName
{
border-color: #CEEEE8;
}
</style>