Shades of Jagged Ice #C0E4DC
Tints of Jagged Ice #C0E4DC
RGB
CMYK
RGB Variations
Color information
#C0E4DC (or 0xC0E4DC) is known color: Jagged Ice. HEX triplet: C0, E4 and DC. RGB value is (192,228,220). Sum of RGB (Red+Green+Blue) = 192+228+220=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E4DC is #3F1B23. Grayscale: #D8D8D8. Windows color (decimal): -4135716 or 14476480. OLE color: 14476480.
HSL color Cylindrical-coordinate representation of color #C0E4DC: hue angle of 166.67º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E4DC is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 220 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.11 |
| HSL | 166.67º | 0.4% | 0.82% | - |
| HSV(B) | 166.67º | 0.16% | 0.89% | - |
| XYZ | 62.4 | 71.86 | 78.29 | - |
| YUV | 216.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 220 | 0.16 | 0 | 0.04 | 0.11 | 166.67 | 0.4 | 0.82 |
| Hex | C0 | E4 | DC | 10 | 0 | 4 | B | A7 | 28 | 52 |
| Octal | 300 | 344 | 334 | 20 | 0 | 4 | 13 | 247 | 50 | 122 |
| Binary | 11000000 | 11100100 | 11011100 | 10000 | 0 | 100 | 1011 | 10100111 | 101000 | 1010010 |
Color Harmonies of #C0E4DC
Complementary color
Monochromatic Colors of #C0E4DC
Black with #C0E4DC
Text Example
Text Example
White with #C0E4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E4DC; }
p { color: rgb(192,228,220); }
H1.HeaderClassName
{
color: #C0E4DC;
}
.AnyTagClassName
{
color: #C0E4DC;
}
</style>
background-color css
<style>
a { background-color: #C0E4DC; }
a { background-color: rgb(192,228,220); }
div.DivClassName
{
background-color: #C0E4DC;
}
.BgClassName
{
background-color: #C0E4DC;
}
</style>
border-color css
<style>
span { border-color: #C0E4DC; }
span { border-color: rgb(192,228,220); }
td.TdClassName
{
border-color: #C0E4DC;
}
.TagClassName
{
border-color: #C0E4DC;
}
</style>