Shades of Jagged Ice #C8E8E4
Tints of Jagged Ice #C8E8E4
RGB
CMYK
RGB Variations
Color information
#C8E8E4 (or 0xC8E8E4) is known color: Jagged Ice. HEX triplet: C8, E8 and E4. RGB value is (200,232,228). Sum of RGB (Red+Green+Blue) = 200+232+228=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E8E4 is #37171B. Grayscale: #DDDDDD. Windows color (decimal): -3610396 or 15001800. OLE color: 15001800.
HSL color Cylindrical-coordinate representation of color #C8E8E4: hue angle of 172.5º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8E8E4 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 232 | 228 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.09 |
| HSL | 172.5º | 0.41% | 0.85% | - |
| HSV(B) | 172.5º | 0.14% | 0.91% | - |
| XYZ | 66.68 | 75.59 | 84.48 | - |
| YUV | 221.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 228 | 0.14 | 0 | 0.02 | 0.09 | 172.5 | 0.41 | 0.85 |
| Hex | C8 | E8 | E4 | E | 0 | 2 | 9 | AC | 29 | 55 |
| Octal | 310 | 350 | 344 | 16 | 0 | 2 | 11 | 254 | 51 | 125 |
| Binary | 11001000 | 11101000 | 11100100 | 1110 | 0 | 10 | 1001 | 10101100 | 101001 | 1010101 |
Color Harmonies of #C8E8E4
Complementary color
Monochromatic Colors of #C8E8E4
Black with #C8E8E4
Text Example
Text Example
White with #C8E8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E8E4; }
p { color: rgb(200,232,228); }
H1.HeaderClassName
{
color: #C8E8E4;
}
.AnyTagClassName
{
color: #C8E8E4;
}
</style>
background-color css
<style>
a { background-color: #C8E8E4; }
a { background-color: rgb(200,232,228); }
div.DivClassName
{
background-color: #C8E8E4;
}
.BgClassName
{
background-color: #C8E8E4;
}
</style>
border-color css
<style>
span { border-color: #C8E8E4; }
span { border-color: rgb(200,232,228); }
td.TdClassName
{
border-color: #C8E8E4;
}
.TagClassName
{
border-color: #C8E8E4;
}
</style>