Shades of Jagged Ice #C8E1DC
Tints of Jagged Ice #C8E1DC
RGB
CMYK
RGB Variations
Color information
#C8E1DC (or 0xC8E1DC) is known color: Jagged Ice. HEX triplet: C8, E1 and DC. RGB value is (200,225,220). Sum of RGB (Red+Green+Blue) = 200+225+220=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E1DC is #371E23. Grayscale: #D8D8D8. Windows color (decimal): -3612196 or 14475720. OLE color: 14475720.
HSL color Cylindrical-coordinate representation of color #C8E1DC: hue angle of 168º 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 #C8E1DC is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 220 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.12 |
| HSL | 168º | 0.29% | 0.83% | - |
| HSV(B) | 168º | 0.11% | 0.88% | - |
| XYZ | 63.66 | 71.3 | 78.12 | - |
| YUV | 216.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 220 | 0.11 | 0 | 0.02 | 0.12 | 168 | 0.29 | 0.83 |
| Hex | C8 | E1 | DC | B | 0 | 2 | C | A8 | 1D | 53 |
| Octal | 310 | 341 | 334 | 13 | 0 | 2 | 14 | 250 | 35 | 123 |
| Binary | 11001000 | 11100001 | 11011100 | 1011 | 0 | 10 | 1100 | 10101000 | 11101 | 1010011 |
Color Harmonies of #C8E1DC
Complementary color
Monochromatic Colors of #C8E1DC
Black with #C8E1DC
Text Example
Text Example
White with #C8E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1DC; }
p { color: rgb(200,225,220); }
H1.HeaderClassName
{
color: #C8E1DC;
}
.AnyTagClassName
{
color: #C8E1DC;
}
</style>
background-color css
<style>
a { background-color: #C8E1DC; }
a { background-color: rgb(200,225,220); }
div.DivClassName
{
background-color: #C8E1DC;
}
.BgClassName
{
background-color: #C8E1DC;
}
</style>
border-color css
<style>
span { border-color: #C8E1DC; }
span { border-color: rgb(200,225,220); }
td.TdClassName
{
border-color: #C8E1DC;
}
.TagClassName
{
border-color: #C8E1DC;
}
</style>