Shades of Jagged Ice #C7E5DE
Tints of Jagged Ice #C7E5DE
RGB
CMYK
RGB Variations
Color information
#C7E5DE (or 0xC7E5DE) is known color: Jagged Ice. HEX triplet: C7, E5 and DE. RGB value is (199,229,222). Sum of RGB (Red+Green+Blue) = 199+229+222=650 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.62% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 229 - color contains mainly: green. Hex color #C7E5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E5DE is #381A21. Grayscale: #DBDBDB. Windows color (decimal): -3676706 or 14607815. OLE color: 14607815.
HSL color Cylindrical-coordinate representation of color #C7E5DE: hue angle of 166º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7E5DE is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 229 | 222 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.10 |
| HSL | 166º | 0.37% | 0.84% | - |
| HSV(B) | 166º | 0.13% | 0.9% | - |
| XYZ | 64.76 | 73.45 | 79.87 | - |
| YUV | 219.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 229 | 222 | 0.13 | 0 | 0.03 | 0.10 | 166 | 0.37 | 0.84 |
| Hex | C7 | E5 | DE | D | 0 | 3 | A | A6 | 25 | 54 |
| Octal | 307 | 345 | 336 | 15 | 0 | 3 | 12 | 246 | 45 | 124 |
| Binary | 11000111 | 11100101 | 11011110 | 1101 | 0 | 11 | 1010 | 10100110 | 100101 | 1010100 |
Color Harmonies of #C7E5DE
Complementary color
Monochromatic Colors of #C7E5DE
Black with #C7E5DE
Text Example
Text Example
White with #C7E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E5DE; }
p { color: rgb(199,229,222); }
H1.HeaderClassName
{
color: #C7E5DE;
}
.AnyTagClassName
{
color: #C7E5DE;
}
</style>
background-color css
<style>
a { background-color: #C7E5DE; }
a { background-color: rgb(199,229,222); }
div.DivClassName
{
background-color: #C7E5DE;
}
.BgClassName
{
background-color: #C7E5DE;
}
</style>
border-color css
<style>
span { border-color: #C7E5DE; }
span { border-color: rgb(199,229,222); }
td.TdClassName
{
border-color: #C7E5DE;
}
.TagClassName
{
border-color: #C7E5DE;
}
</style>