Shades of Jagged Ice #C0E2DD
Tints of Jagged Ice #C0E2DD
RGB
CMYK
RGB Variations
Color information
#C0E2DD (or 0xC0E2DD) is known color: Jagged Ice. HEX triplet: C0, E2 and DD. RGB value is (192,226,221). Sum of RGB (Red+Green+Blue) = 192+226+221=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E2DD is #3F1D22. Grayscale: #D7D7D7. Windows color (decimal): -4136227 or 14541504. OLE color: 14541504.
HSL color Cylindrical-coordinate representation of color #C0E2DD: hue angle of 171.18º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E2DD is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 221 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.11 |
| HSL | 171.18º | 0.37% | 0.82% | - |
| HSV(B) | 171.18º | 0.15% | 0.89% | - |
| XYZ | 61.99 | 70.82 | 78.81 | - |
| YUV | 215.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 221 | 0.15 | 0 | 0.02 | 0.11 | 171.18 | 0.37 | 0.82 |
| Hex | C0 | E2 | DD | F | 0 | 2 | B | AB | 25 | 52 |
| Octal | 300 | 342 | 335 | 17 | 0 | 2 | 13 | 253 | 45 | 122 |
| Binary | 11000000 | 11100010 | 11011101 | 1111 | 0 | 10 | 1011 | 10101011 | 100101 | 1010010 |
Color Harmonies of #C0E2DD
Complementary color
Monochromatic Colors of #C0E2DD
Black with #C0E2DD
Text Example
Text Example
White with #C0E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E2DD; }
p { color: rgb(192,226,221); }
H1.HeaderClassName
{
color: #C0E2DD;
}
.AnyTagClassName
{
color: #C0E2DD;
}
</style>
background-color css
<style>
a { background-color: #C0E2DD; }
a { background-color: rgb(192,226,221); }
div.DivClassName
{
background-color: #C0E2DD;
}
.BgClassName
{
background-color: #C0E2DD;
}
</style>
border-color css
<style>
span { border-color: #C0E2DD; }
span { border-color: rgb(192,226,221); }
td.TdClassName
{
border-color: #C0E2DD;
}
.TagClassName
{
border-color: #C0E2DD;
}
</style>