Shades of Jagged Ice #C7E1DC
Tints of Jagged Ice #C7E1DC
RGB
CMYK
RGB Variations
Color information
#C7E1DC (or 0xC7E1DC) is known color: Jagged Ice. HEX triplet: C7, E1 and DC. RGB value is (199,225,220). Sum of RGB (Red+Green+Blue) = 199+225+220=644 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.90% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E1DC is #381E23. Grayscale: #D8D8D8. Windows color (decimal): -3677732 or 14475719. OLE color: 14475719.
HSL color Cylindrical-coordinate representation of color #C7E1DC: hue angle of 168.46º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7E1DC is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 220 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.12 |
| HSL | 168.46º | 0.3% | 0.83% | - |
| HSV(B) | 168.46º | 0.12% | 0.88% | - |
| XYZ | 63.4 | 71.16 | 78.1 | - |
| YUV | 216.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 220 | 0.12 | 0 | 0.02 | 0.12 | 168.46 | 0.3 | 0.83 |
| Hex | C7 | E1 | DC | C | 0 | 2 | C | A8 | 1E | 53 |
| Octal | 307 | 341 | 334 | 14 | 0 | 2 | 14 | 250 | 36 | 123 |
| Binary | 11000111 | 11100001 | 11011100 | 1100 | 0 | 10 | 1100 | 10101000 | 11110 | 1010011 |
Color Harmonies of #C7E1DC
Complementary color
Monochromatic Colors of #C7E1DC
Black with #C7E1DC
Text Example
Text Example
White with #C7E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E1DC; }
p { color: rgb(199,225,220); }
H1.HeaderClassName
{
color: #C7E1DC;
}
.AnyTagClassName
{
color: #C7E1DC;
}
</style>
background-color css
<style>
a { background-color: #C7E1DC; }
a { background-color: rgb(199,225,220); }
div.DivClassName
{
background-color: #C7E1DC;
}
.BgClassName
{
background-color: #C7E1DC;
}
</style>
border-color css
<style>
span { border-color: #C7E1DC; }
span { border-color: rgb(199,225,220); }
td.TdClassName
{
border-color: #C7E1DC;
}
.TagClassName
{
border-color: #C7E1DC;
}
</style>