Shades of Jagged Ice #C7E0DC
Tints of Jagged Ice #C7E0DC
RGB
CMYK
RGB Variations
Color information
#C7E0DC (or 0xC7E0DC) is known color: Jagged Ice. HEX triplet: C7, E0 and DC. RGB value is (199,224,220). Sum of RGB (Red+Green+Blue) = 199+224+220=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E0DC is #381F23. Grayscale: #D8D8D8. Windows color (decimal): -3677988 or 14475463. OLE color: 14475463.
HSL color Cylindrical-coordinate representation of color #C7E0DC: hue angle of 170.4º 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 #C7E0DC is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 220 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.12 |
| HSL | 170.4º | 0.29% | 0.83% | - |
| HSV(B) | 170.4º | 0.11% | 0.88% | - |
| XYZ | 63.13 | 70.62 | 78.01 | - |
| YUV | 216.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 220 | 0.11 | 0 | 0.02 | 0.12 | 170.4 | 0.29 | 0.83 |
| Hex | C7 | E0 | DC | B | 0 | 2 | C | AA | 1D | 53 |
| Octal | 307 | 340 | 334 | 13 | 0 | 2 | 14 | 252 | 35 | 123 |
| Binary | 11000111 | 11100000 | 11011100 | 1011 | 0 | 10 | 1100 | 10101010 | 11101 | 1010011 |
Color Harmonies of #C7E0DC
Complementary color
Monochromatic Colors of #C7E0DC
Black with #C7E0DC
Text Example
Text Example
White with #C7E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E0DC; }
p { color: rgb(199,224,220); }
H1.HeaderClassName
{
color: #C7E0DC;
}
.AnyTagClassName
{
color: #C7E0DC;
}
</style>
background-color css
<style>
a { background-color: #C7E0DC; }
a { background-color: rgb(199,224,220); }
div.DivClassName
{
background-color: #C7E0DC;
}
.BgClassName
{
background-color: #C7E0DC;
}
</style>
border-color css
<style>
span { border-color: #C7E0DC; }
span { border-color: rgb(199,224,220); }
td.TdClassName
{
border-color: #C7E0DC;
}
.TagClassName
{
border-color: #C7E0DC;
}
</style>