Shades of Jagged Ice #C7E9E5
Tints of Jagged Ice #C7E9E5
RGB
CMYK
RGB Variations
Color information
#C7E9E5 (or 0xC7E9E5) is known color: Jagged Ice. HEX triplet: C7, E9 and E5. RGB value is (199,233,229). Sum of RGB (Red+Green+Blue) = 199+233+229=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E9E5 is #38161A. Grayscale: #DEDEDE. Windows color (decimal): -3675675 or 15067591. OLE color: 15067591.
HSL color Cylindrical-coordinate representation of color #C7E9E5: hue angle of 172.94º 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 #C7E9E5 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 199 | 233 | 229 | - |
CMYK | 0.15 | 0 | 0.02 | 0.09 |
HSL | 172.94º | 0.44% | 0.85% | - |
HSV(B) | 172.94º | 0.15% | 0.91% | - |
XYZ | 66.83 | 76.08 | 85.29 | - |
YUV | 222.38 | 131.74 | 111.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 233 | 229 | 0.15 | 0 | 0.02 | 0.09 | 172.94 | 0.44 | 0.85 |
Hex | C7 | E9 | E5 | F | 0 | 2 | 9 | AD | 2C | 55 |
Octal | 307 | 351 | 345 | 17 | 0 | 2 | 11 | 255 | 54 | 125 |
Binary | 11000111 | 11101001 | 11100101 | 1111 | 0 | 10 | 1001 | 10101101 | 101100 | 1010101 |
Color Harmonies of #C7E9E5
Complementary color
Monochromatic Colors of #C7E9E5
Black with #C7E9E5
Text Example
Text Example
White with #C7E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E9E5; }
p { color: rgb(199,233,229); }
H1.HeaderClassName
{
color: #C7E9E5;
}
.AnyTagClassName
{
color: #C7E9E5;
}
</style>
background-color css
<style>
a { background-color: #C7E9E5; }
a { background-color: rgb(199,233,229); }
div.DivClassName
{
background-color: #C7E9E5;
}
.BgClassName
{
background-color: #C7E9E5;
}
</style>
border-color css
<style>
span { border-color: #C7E9E5; }
span { border-color: rgb(199,233,229); }
td.TdClassName
{
border-color: #C7E9E5;
}
.TagClassName
{
border-color: #C7E9E5;
}
</style>