Shades of Jagged Ice #C2E7DE
Tints of Jagged Ice #C2E7DE
RGB
CMYK
RGB Variations
Color information
#C2E7DE (or 0xC2E7DE) is known color: Jagged Ice. HEX triplet: C2, E7 and DE. RGB value is (194,231,222). Sum of RGB (Red+Green+Blue) = 194+231+222=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E7DE is #3D1821. Grayscale: #DADADA. Windows color (decimal): -4003874 or 14608322. OLE color: 14608322.
HSL color Cylindrical-coordinate representation of color #C2E7DE: hue angle of 165.41º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E7DE is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 222 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.09 |
| HSL | 165.41º | 0.44% | 0.83% | - |
| HSV(B) | 165.41º | 0.16% | 0.91% | - |
| XYZ | 64.01 | 73.9 | 80 | - |
| YUV | 218.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 222 | 0.16 | 0 | 0.04 | 0.09 | 165.41 | 0.44 | 0.83 |
| Hex | C2 | E7 | DE | 10 | 0 | 4 | 9 | A5 | 2C | 53 |
| Octal | 302 | 347 | 336 | 20 | 0 | 4 | 11 | 245 | 54 | 123 |
| Binary | 11000010 | 11100111 | 11011110 | 10000 | 0 | 100 | 1001 | 10100101 | 101100 | 1010011 |
Color Harmonies of #C2E7DE
Complementary color
Monochromatic Colors of #C2E7DE
Black with #C2E7DE
Text Example
Text Example
White with #C2E7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E7DE; }
p { color: rgb(194,231,222); }
H1.HeaderClassName
{
color: #C2E7DE;
}
.AnyTagClassName
{
color: #C2E7DE;
}
</style>
background-color css
<style>
a { background-color: #C2E7DE; }
a { background-color: rgb(194,231,222); }
div.DivClassName
{
background-color: #C2E7DE;
}
.BgClassName
{
background-color: #C2E7DE;
}
</style>
border-color css
<style>
span { border-color: #C2E7DE; }
span { border-color: rgb(194,231,222); }
td.TdClassName
{
border-color: #C2E7DE;
}
.TagClassName
{
border-color: #C2E7DE;
}
</style>