Shades of Jagged Ice #C8E1DD
Tints of Jagged Ice #C8E1DD
RGB
CMYK
RGB Variations
Color information
#C8E1DD (or 0xC8E1DD) is known color: Jagged Ice. HEX triplet: C8, E1 and DD. RGB value is (200,225,221). Sum of RGB (Red+Green+Blue) = 200+225+221=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E1DD is #371E22. Grayscale: #D9D9D9. Windows color (decimal): -3612195 or 14541256. OLE color: 14541256.
HSL color Cylindrical-coordinate representation of color #C8E1DD: hue angle of 170.4º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8E1DD is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 221 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.12 |
| HSL | 170.4º | 0.29% | 0.83% | - |
| HSV(B) | 170.4º | 0.11% | 0.88% | - |
| XYZ | 63.8 | 71.35 | 78.82 | - |
| YUV | 217.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 221 | 0.11 | 0 | 0.02 | 0.12 | 170.4 | 0.29 | 0.83 |
| Hex | C8 | E1 | DD | B | 0 | 2 | C | AA | 1D | 53 |
| Octal | 310 | 341 | 335 | 13 | 0 | 2 | 14 | 252 | 35 | 123 |
| Binary | 11001000 | 11100001 | 11011101 | 1011 | 0 | 10 | 1100 | 10101010 | 11101 | 1010011 |
Color Harmonies of #C8E1DD
Complementary color
Monochromatic Colors of #C8E1DD
Black with #C8E1DD
Text Example
Text Example
White with #C8E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1DD; }
p { color: rgb(200,225,221); }
H1.HeaderClassName
{
color: #C8E1DD;
}
.AnyTagClassName
{
color: #C8E1DD;
}
</style>
background-color css
<style>
a { background-color: #C8E1DD; }
a { background-color: rgb(200,225,221); }
div.DivClassName
{
background-color: #C8E1DD;
}
.BgClassName
{
background-color: #C8E1DD;
}
</style>
border-color css
<style>
span { border-color: #C8E1DD; }
span { border-color: rgb(200,225,221); }
td.TdClassName
{
border-color: #C8E1DD;
}
.TagClassName
{
border-color: #C8E1DD;
}
</style>