Shades of Jagged Ice #C2E8DF
Tints of Jagged Ice #C2E8DF
RGB
CMYK
RGB Variations
Color information
#C2E8DF (or 0xC2E8DF) is known color: Jagged Ice. HEX triplet: C2, E8 and DF. RGB value is (194,232,223). Sum of RGB (Red+Green+Blue) = 194+232+223=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E8DF is #3D1720. Grayscale: #DBDBDB. Windows color (decimal): -4003617 or 14674114. OLE color: 14674114.
HSL color Cylindrical-coordinate representation of color #C2E8DF: hue angle of 165.79º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E8DF is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 223 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.09 |
| HSL | 165.79º | 0.45% | 0.84% | - |
| HSV(B) | 165.79º | 0.16% | 0.91% | - |
| XYZ | 64.42 | 74.51 | 80.8 | - |
| YUV | 219.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 223 | 0.16 | 0 | 0.04 | 0.09 | 165.79 | 0.45 | 0.84 |
| Hex | C2 | E8 | DF | 10 | 0 | 4 | 9 | A6 | 2D | 54 |
| Octal | 302 | 350 | 337 | 20 | 0 | 4 | 11 | 246 | 55 | 124 |
| Binary | 11000010 | 11101000 | 11011111 | 10000 | 0 | 100 | 1001 | 10100110 | 101101 | 1010100 |
Color Harmonies of #C2E8DF
Complementary color
Monochromatic Colors of #C2E8DF
Black with #C2E8DF
Text Example
Text Example
White with #C2E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E8DF; }
p { color: rgb(194,232,223); }
H1.HeaderClassName
{
color: #C2E8DF;
}
.AnyTagClassName
{
color: #C2E8DF;
}
</style>
background-color css
<style>
a { background-color: #C2E8DF; }
a { background-color: rgb(194,232,223); }
div.DivClassName
{
background-color: #C2E8DF;
}
.BgClassName
{
background-color: #C2E8DF;
}
</style>
border-color css
<style>
span { border-color: #C2E8DF; }
span { border-color: rgb(194,232,223); }
td.TdClassName
{
border-color: #C2E8DF;
}
.TagClassName
{
border-color: #C2E8DF;
}
</style>