Shades of Jagged Ice #C7E9E1
Tints of Jagged Ice #C7E9E1
RGB
CMYK
RGB Variations
Color information
#C7E9E1 (or 0xC7E9E1) is known color: Jagged Ice. HEX triplet: C7, E9 and E1. RGB value is (199,233,225). Sum of RGB (Red+Green+Blue) = 199+233+225=657 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.29% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E9E1 is #38161E. Grayscale: #DDDDDD. Windows color (decimal): -3675679 or 14805447. OLE color: 14805447.
HSL color Cylindrical-coordinate representation of color #C7E9E1: hue angle of 165.88º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7E9E1 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 225 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.09 |
| HSL | 165.88º | 0.44% | 0.85% | - |
| HSV(B) | 165.88º | 0.15% | 0.91% | - |
| XYZ | 66.28 | 75.86 | 82.38 | - |
| YUV | 221.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 225 | 0.15 | 0 | 0.03 | 0.09 | 165.88 | 0.44 | 0.85 |
| Hex | C7 | E9 | E1 | F | 0 | 3 | 9 | A6 | 2C | 55 |
| Octal | 307 | 351 | 341 | 17 | 0 | 3 | 11 | 246 | 54 | 125 |
| Binary | 11000111 | 11101001 | 11100001 | 1111 | 0 | 11 | 1001 | 10100110 | 101100 | 1010101 |
Color Harmonies of #C7E9E1
Complementary color
Monochromatic Colors of #C7E9E1
Black with #C7E9E1
Text Example
Text Example
White with #C7E9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E9E1; }
p { color: rgb(199,233,225); }
H1.HeaderClassName
{
color: #C7E9E1;
}
.AnyTagClassName
{
color: #C7E9E1;
}
</style>
background-color css
<style>
a { background-color: #C7E9E1; }
a { background-color: rgb(199,233,225); }
div.DivClassName
{
background-color: #C7E9E1;
}
.BgClassName
{
background-color: #C7E9E1;
}
</style>
border-color css
<style>
span { border-color: #C7E9E1; }
span { border-color: rgb(199,233,225); }
td.TdClassName
{
border-color: #C7E9E1;
}
.TagClassName
{
border-color: #C7E9E1;
}
</style>