Shades of Jagged Ice #C8E3DF
Tints of Jagged Ice #C8E3DF
RGB
CMYK
RGB Variations
Color information
#C8E3DF (or 0xC8E3DF) is known color: Jagged Ice. HEX triplet: C8, E3 and DF. RGB value is (200,227,223). Sum of RGB (Red+Green+Blue) = 200+227+223=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E3DF is #371C20. Grayscale: #DADADA. Windows color (decimal): -3611681 or 14672840. OLE color: 14672840.
HSL color Cylindrical-coordinate representation of color #C8E3DF: hue angle of 171.11º degrees, saturation: 0.33, 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 #C8E3DF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 223 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.11 |
| HSL | 171.11º | 0.33% | 0.84% | - |
| HSV(B) | 171.11º | 0.12% | 0.89% | - |
| XYZ | 64.61 | 72.55 | 80.41 | - |
| YUV | 218.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 223 | 0.12 | 0 | 0.02 | 0.11 | 171.11 | 0.33 | 0.84 |
| Hex | C8 | E3 | DF | C | 0 | 2 | B | AB | 21 | 54 |
| Octal | 310 | 343 | 337 | 14 | 0 | 2 | 13 | 253 | 41 | 124 |
| Binary | 11001000 | 11100011 | 11011111 | 1100 | 0 | 10 | 1011 | 10101011 | 100001 | 1010100 |
Color Harmonies of #C8E3DF
Complementary color
Monochromatic Colors of #C8E3DF
Black with #C8E3DF
Text Example
Text Example
White with #C8E3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E3DF; }
p { color: rgb(200,227,223); }
H1.HeaderClassName
{
color: #C8E3DF;
}
.AnyTagClassName
{
color: #C8E3DF;
}
</style>
background-color css
<style>
a { background-color: #C8E3DF; }
a { background-color: rgb(200,227,223); }
div.DivClassName
{
background-color: #C8E3DF;
}
.BgClassName
{
background-color: #C8E3DF;
}
</style>
border-color css
<style>
span { border-color: #C8E3DF; }
span { border-color: rgb(200,227,223); }
td.TdClassName
{
border-color: #C8E3DF;
}
.TagClassName
{
border-color: #C8E3DF;
}
</style>