Shades of Jagged Ice #C2E2DE
Tints of Jagged Ice #C2E2DE
RGB
CMYK
RGB Variations
Color information
#C2E2DE (or 0xC2E2DE) is known color: Jagged Ice. HEX triplet: C2, E2 and DE. RGB value is (194,226,222). Sum of RGB (Red+Green+Blue) = 194+226+222=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E2DE is #3D1D21. Grayscale: #D7D7D7. Windows color (decimal): -4005154 or 14607042. OLE color: 14607042.
HSL color Cylindrical-coordinate representation of color #C2E2DE: hue angle of 172.5º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E2DE is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 222 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.11 |
| HSL | 172.5º | 0.36% | 0.82% | - |
| HSV(B) | 172.5º | 0.14% | 0.89% | - |
| XYZ | 62.63 | 71.14 | 79.54 | - |
| YUV | 215.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 222 | 0.14 | 0 | 0.02 | 0.11 | 172.5 | 0.36 | 0.82 |
| Hex | C2 | E2 | DE | E | 0 | 2 | B | AC | 24 | 52 |
| Octal | 302 | 342 | 336 | 16 | 0 | 2 | 13 | 254 | 44 | 122 |
| Binary | 11000010 | 11100010 | 11011110 | 1110 | 0 | 10 | 1011 | 10101100 | 100100 | 1010010 |
Color Harmonies of #C2E2DE
Complementary color
Monochromatic Colors of #C2E2DE
Black with #C2E2DE
Text Example
Text Example
White with #C2E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E2DE; }
p { color: rgb(194,226,222); }
H1.HeaderClassName
{
color: #C2E2DE;
}
.AnyTagClassName
{
color: #C2E2DE;
}
</style>
background-color css
<style>
a { background-color: #C2E2DE; }
a { background-color: rgb(194,226,222); }
div.DivClassName
{
background-color: #C2E2DE;
}
.BgClassName
{
background-color: #C2E2DE;
}
</style>
border-color css
<style>
span { border-color: #C2E2DE; }
span { border-color: rgb(194,226,222); }
td.TdClassName
{
border-color: #C2E2DE;
}
.TagClassName
{
border-color: #C2E2DE;
}
</style>