Shades of Jagged Ice #C8E7DF
Tints of Jagged Ice #C8E7DF
RGB
CMYK
RGB Variations
Color information
#C8E7DF (or 0xC8E7DF) is known color: Jagged Ice. HEX triplet: C8, E7 and DF. RGB value is (200,231,223). Sum of RGB (Red+Green+Blue) = 200+231+223=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E7DF is #371820. Grayscale: #DCDCDC. Windows color (decimal): -3610657 or 14673864. OLE color: 14673864.
HSL color Cylindrical-coordinate representation of color #C8E7DF: hue angle of 164.52º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8E7DF is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 223 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.09 |
| HSL | 164.52º | 0.39% | 0.85% | - |
| HSV(B) | 164.52º | 0.13% | 0.91% | - |
| XYZ | 65.71 | 74.76 | 80.78 | - |
| YUV | 220.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 223 | 0.13 | 0 | 0.03 | 0.09 | 164.52 | 0.39 | 0.85 |
| Hex | C8 | E7 | DF | D | 0 | 3 | 9 | A5 | 27 | 55 |
| Octal | 310 | 347 | 337 | 15 | 0 | 3 | 11 | 245 | 47 | 125 |
| Binary | 11001000 | 11100111 | 11011111 | 1101 | 0 | 11 | 1001 | 10100101 | 100111 | 1010101 |
Color Harmonies of #C8E7DF
Complementary color
Monochromatic Colors of #C8E7DF
Black with #C8E7DF
Text Example
Text Example
White with #C8E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E7DF; }
p { color: rgb(200,231,223); }
H1.HeaderClassName
{
color: #C8E7DF;
}
.AnyTagClassName
{
color: #C8E7DF;
}
</style>
background-color css
<style>
a { background-color: #C8E7DF; }
a { background-color: rgb(200,231,223); }
div.DivClassName
{
background-color: #C8E7DF;
}
.BgClassName
{
background-color: #C8E7DF;
}
</style>
border-color css
<style>
span { border-color: #C8E7DF; }
span { border-color: rgb(200,231,223); }
td.TdClassName
{
border-color: #C8E7DF;
}
.TagClassName
{
border-color: #C8E7DF;
}
</style>