Shades of Jagged Ice #C7E9E4
Tints of Jagged Ice #C7E9E4
RGB
CMYK
RGB Variations
Color information
#C7E9E4 (or 0xC7E9E4) is known color: Jagged Ice. HEX triplet: C7, E9 and E4. RGB value is (199,233,228). Sum of RGB (Red+Green+Blue) = 199+233+228=660 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.15% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E9E4 is #38161B. Grayscale: #DEDEDE. Windows color (decimal): -3675676 or 15002055. OLE color: 15002055.
HSL color Cylindrical-coordinate representation of color #C7E9E4: hue angle of 171.18º 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 #C7E9E4 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 199 | 233 | 228 | - |
CMYK | 0.15 | 0 | 0.02 | 0.09 |
HSL | 171.18º | 0.44% | 0.85% | - |
HSV(B) | 171.18º | 0.15% | 0.91% | - |
XYZ | 66.7 | 76.02 | 84.56 | - |
YUV | 222.26 | 131.24 | 111.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 233 | 228 | 0.15 | 0 | 0.02 | 0.09 | 171.18 | 0.44 | 0.85 |
Hex | C7 | E9 | E4 | F | 0 | 2 | 9 | AB | 2C | 55 |
Octal | 307 | 351 | 344 | 17 | 0 | 2 | 11 | 253 | 54 | 125 |
Binary | 11000111 | 11101001 | 11100100 | 1111 | 0 | 10 | 1001 | 10101011 | 101100 | 1010101 |
Color Harmonies of #C7E9E4
Complementary color
Monochromatic Colors of #C7E9E4
Black with #C7E9E4
Text Example
Text Example
White with #C7E9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E9E4; }
p { color: rgb(199,233,228); }
H1.HeaderClassName
{
color: #C7E9E4;
}
.AnyTagClassName
{
color: #C7E9E4;
}
</style>
background-color css
<style>
a { background-color: #C7E9E4; }
a { background-color: rgb(199,233,228); }
div.DivClassName
{
background-color: #C7E9E4;
}
.BgClassName
{
background-color: #C7E9E4;
}
</style>
border-color css
<style>
span { border-color: #C7E9E4; }
span { border-color: rgb(199,233,228); }
td.TdClassName
{
border-color: #C7E9E4;
}
.TagClassName
{
border-color: #C7E9E4;
}
</style>