Shades of Jagged Ice #C8E8E5
Tints of Jagged Ice #C8E8E5
RGB
CMYK
RGB Variations
Color information
#C8E8E5 (or 0xC8E8E5) is known color: Jagged Ice. HEX triplet: C8, E8 and E5. RGB value is (200,232,229). Sum of RGB (Red+Green+Blue) = 200+232+229=661 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.26% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E8E5 is #37171A. Grayscale: #DEDEDE. Windows color (decimal): -3610395 or 15067336. OLE color: 15067336.
HSL color Cylindrical-coordinate representation of color #C8E8E5: hue angle of 174.38º 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 #C8E8E5 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 232 | 229 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.09 |
| HSL | 174.38º | 0.41% | 0.85% | - |
| HSV(B) | 174.38º | 0.14% | 0.91% | - |
| XYZ | 66.82 | 75.65 | 85.21 | - |
| YUV | 222.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 229 | 0.14 | 0 | 0.01 | 0.09 | 174.38 | 0.41 | 0.85 |
| Hex | C8 | E8 | E5 | E | 0 | 1 | 9 | AE | 29 | 55 |
| Octal | 310 | 350 | 345 | 16 | 0 | 1 | 11 | 256 | 51 | 125 |
| Binary | 11001000 | 11101000 | 11100101 | 1110 | 0 | 1 | 1001 | 10101110 | 101001 | 1010101 |
Color Harmonies of #C8E8E5
Complementary color
Monochromatic Colors of #C8E8E5
Black with #C8E8E5
Text Example
Text Example
White with #C8E8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E8E5; }
p { color: rgb(200,232,229); }
H1.HeaderClassName
{
color: #C8E8E5;
}
.AnyTagClassName
{
color: #C8E8E5;
}
</style>
background-color css
<style>
a { background-color: #C8E8E5; }
a { background-color: rgb(200,232,229); }
div.DivClassName
{
background-color: #C8E8E5;
}
.BgClassName
{
background-color: #C8E8E5;
}
</style>
border-color css
<style>
span { border-color: #C8E8E5; }
span { border-color: rgb(200,232,229); }
td.TdClassName
{
border-color: #C8E8E5;
}
.TagClassName
{
border-color: #C8E8E5;
}
</style>