Shades of Jagged Ice #C8E1DF
Tints of Jagged Ice #C8E1DF
RGB
CMYK
RGB Variations
Color information
#C8E1DF (or 0xC8E1DF) is known color: Jagged Ice. HEX triplet: C8, E1 and DF. RGB value is (200,225,223). Sum of RGB (Red+Green+Blue) = 200+225+223=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E1DF is #371E20. Grayscale: #D9D9D9. Windows color (decimal): -3612193 or 14672328. OLE color: 14672328.
HSL color Cylindrical-coordinate representation of color #C8E1DF: hue angle of 175.2º 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 #C8E1DF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 223 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.12 |
| HSL | 175.2º | 0.29% | 0.83% | - |
| HSV(B) | 175.2º | 0.11% | 0.88% | - |
| XYZ | 64.06 | 71.46 | 80.23 | - |
| YUV | 217.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 223 | 0.11 | 0 | 0.01 | 0.12 | 175.2 | 0.29 | 0.83 |
| Hex | C8 | E1 | DF | B | 0 | 1 | C | AF | 1D | 53 |
| Octal | 310 | 341 | 337 | 13 | 0 | 1 | 14 | 257 | 35 | 123 |
| Binary | 11001000 | 11100001 | 11011111 | 1011 | 0 | 1 | 1100 | 10101111 | 11101 | 1010011 |
Color Harmonies of #C8E1DF
Complementary color
Monochromatic Colors of #C8E1DF
Black with #C8E1DF
Text Example
Text Example
White with #C8E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1DF; }
p { color: rgb(200,225,223); }
H1.HeaderClassName
{
color: #C8E1DF;
}
.AnyTagClassName
{
color: #C8E1DF;
}
</style>
background-color css
<style>
a { background-color: #C8E1DF; }
a { background-color: rgb(200,225,223); }
div.DivClassName
{
background-color: #C8E1DF;
}
.BgClassName
{
background-color: #C8E1DF;
}
</style>
border-color css
<style>
span { border-color: #C8E1DF; }
span { border-color: rgb(200,225,223); }
td.TdClassName
{
border-color: #C8E1DF;
}
.TagClassName
{
border-color: #C8E1DF;
}
</style>