Shades of Jagged Ice #C2E1DD
Tints of Jagged Ice #C2E1DD
RGB
CMYK
RGB Variations
Color information
#C2E1DD (or 0xC2E1DD) is known color: Jagged Ice. HEX triplet: C2, E1 and DD. RGB value is (194,225,221). Sum of RGB (Red+Green+Blue) = 194+225+221=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1DD is #3D1E22. Grayscale: #D7D7D7. Windows color (decimal): -4005411 or 14541250. OLE color: 14541250.
HSL color Cylindrical-coordinate representation of color #C2E1DD: hue angle of 172.26º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E1DD is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 221 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.12 |
| HSL | 172.26º | 0.34% | 0.82% | - |
| HSV(B) | 172.26º | 0.14% | 0.88% | - |
| XYZ | 62.22 | 70.54 | 78.74 | - |
| YUV | 215.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 221 | 0.14 | 0 | 0.02 | 0.12 | 172.26 | 0.34 | 0.82 |
| Hex | C2 | E1 | DD | E | 0 | 2 | C | AC | 22 | 52 |
| Octal | 302 | 341 | 335 | 16 | 0 | 2 | 14 | 254 | 42 | 122 |
| Binary | 11000010 | 11100001 | 11011101 | 1110 | 0 | 10 | 1100 | 10101100 | 100010 | 1010010 |
Color Harmonies of #C2E1DD
Complementary color
Monochromatic Colors of #C2E1DD
Black with #C2E1DD
Text Example
Text Example
White with #C2E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E1DD; }
p { color: rgb(194,225,221); }
H1.HeaderClassName
{
color: #C2E1DD;
}
.AnyTagClassName
{
color: #C2E1DD;
}
</style>
background-color css
<style>
a { background-color: #C2E1DD; }
a { background-color: rgb(194,225,221); }
div.DivClassName
{
background-color: #C2E1DD;
}
.BgClassName
{
background-color: #C2E1DD;
}
</style>
border-color css
<style>
span { border-color: #C2E1DD; }
span { border-color: rgb(194,225,221); }
td.TdClassName
{
border-color: #C2E1DD;
}
.TagClassName
{
border-color: #C2E1DD;
}
</style>