Shades of Jagged Ice #C7E0DE
Tints of Jagged Ice #C7E0DE
RGB
CMYK
RGB Variations
Color information
#C7E0DE (or 0xC7E0DE) is known color: Jagged Ice. HEX triplet: C7, E0 and DE. RGB value is (199,224,222). Sum of RGB (Red+Green+Blue) = 199+224+222=645 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.85% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E0DE is #381F21. Grayscale: #D8D8D8. Windows color (decimal): -3677986 or 14606535. OLE color: 14606535.
HSL color Cylindrical-coordinate representation of color #C7E0DE: hue angle of 175.2º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7E0DE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 222 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.12 |
| HSL | 175.2º | 0.29% | 0.83% | - |
| HSV(B) | 175.2º | 0.11% | 0.88% | - |
| XYZ | 63.39 | 70.73 | 79.42 | - |
| YUV | 216.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 222 | 0.11 | 0 | 0.01 | 0.12 | 175.2 | 0.29 | 0.83 |
| Hex | C7 | E0 | DE | B | 0 | 1 | C | AF | 1D | 53 |
| Octal | 307 | 340 | 336 | 13 | 0 | 1 | 14 | 257 | 35 | 123 |
| Binary | 11000111 | 11100000 | 11011110 | 1011 | 0 | 1 | 1100 | 10101111 | 11101 | 1010011 |
Color Harmonies of #C7E0DE
Complementary color
Monochromatic Colors of #C7E0DE
Black with #C7E0DE
Text Example
Text Example
White with #C7E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E0DE; }
p { color: rgb(199,224,222); }
H1.HeaderClassName
{
color: #C7E0DE;
}
.AnyTagClassName
{
color: #C7E0DE;
}
</style>
background-color css
<style>
a { background-color: #C7E0DE; }
a { background-color: rgb(199,224,222); }
div.DivClassName
{
background-color: #C7E0DE;
}
.BgClassName
{
background-color: #C7E0DE;
}
</style>
border-color css
<style>
span { border-color: #C7E0DE; }
span { border-color: rgb(199,224,222); }
td.TdClassName
{
border-color: #C7E0DE;
}
.TagClassName
{
border-color: #C7E0DE;
}
</style>