Shades of Jagged Ice #C8E2DF
Tints of Jagged Ice #C8E2DF
RGB
CMYK
RGB Variations
Color information
#C8E2DF (or 0xC8E2DF) is known color: Jagged Ice. HEX triplet: C8, E2 and DF. RGB value is (200,226,223). Sum of RGB (Red+Green+Blue) = 200+226+223=649 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.82% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E2DF is #371D20. Grayscale: #D9D9D9. Windows color (decimal): -3611937 or 14672584. OLE color: 14672584.
HSL color Cylindrical-coordinate representation of color #C8E2DF: hue angle of 173.08º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8E2DF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 226 | 223 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.11 |
| HSL | 173.08º | 0.31% | 0.84% | - |
| HSV(B) | 173.08º | 0.12% | 0.89% | - |
| XYZ | 64.34 | 72 | 80.32 | - |
| YUV | 217.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 223 | 0.12 | 0 | 0.01 | 0.11 | 173.08 | 0.31 | 0.84 |
| Hex | C8 | E2 | DF | C | 0 | 1 | B | AD | 1F | 54 |
| Octal | 310 | 342 | 337 | 14 | 0 | 1 | 13 | 255 | 37 | 124 |
| Binary | 11001000 | 11100010 | 11011111 | 1100 | 0 | 1 | 1011 | 10101101 | 11111 | 1010100 |
Color Harmonies of #C8E2DF
Complementary color
Monochromatic Colors of #C8E2DF
Black with #C8E2DF
Text Example
Text Example
White with #C8E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E2DF; }
p { color: rgb(200,226,223); }
H1.HeaderClassName
{
color: #C8E2DF;
}
.AnyTagClassName
{
color: #C8E2DF;
}
</style>
background-color css
<style>
a { background-color: #C8E2DF; }
a { background-color: rgb(200,226,223); }
div.DivClassName
{
background-color: #C8E2DF;
}
.BgClassName
{
background-color: #C8E2DF;
}
</style>
border-color css
<style>
span { border-color: #C8E2DF; }
span { border-color: rgb(200,226,223); }
td.TdClassName
{
border-color: #C8E2DF;
}
.TagClassName
{
border-color: #C8E2DF;
}
</style>