Shades of Jagged Ice #C7E1DD
Tints of Jagged Ice #C7E1DD
RGB
CMYK
RGB Variations
Color information
#C7E1DD (or 0xC7E1DD) is known color: Jagged Ice. HEX triplet: C7, E1 and DD. RGB value is (199,225,221). Sum of RGB (Red+Green+Blue) = 199+225+221=645 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.85% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E1DD is #381E22. Grayscale: #D8D8D8. Windows color (decimal): -3677731 or 14541255. OLE color: 14541255.
HSL color Cylindrical-coordinate representation of color #C7E1DD: hue angle of 170.77º 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 #C7E1DD is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 221 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.12 |
| HSL | 170.77º | 0.3% | 0.83% | - |
| HSV(B) | 170.77º | 0.12% | 0.88% | - |
| XYZ | 63.53 | 71.21 | 78.8 | - |
| YUV | 216.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 221 | 0.12 | 0 | 0.02 | 0.12 | 170.77 | 0.3 | 0.83 |
| Hex | C7 | E1 | DD | C | 0 | 2 | C | AB | 1E | 53 |
| Octal | 307 | 341 | 335 | 14 | 0 | 2 | 14 | 253 | 36 | 123 |
| Binary | 11000111 | 11100001 | 11011101 | 1100 | 0 | 10 | 1100 | 10101011 | 11110 | 1010011 |
Color Harmonies of #C7E1DD
Complementary color
Monochromatic Colors of #C7E1DD
Black with #C7E1DD
Text Example
Text Example
White with #C7E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E1DD; }
p { color: rgb(199,225,221); }
H1.HeaderClassName
{
color: #C7E1DD;
}
.AnyTagClassName
{
color: #C7E1DD;
}
</style>
background-color css
<style>
a { background-color: #C7E1DD; }
a { background-color: rgb(199,225,221); }
div.DivClassName
{
background-color: #C7E1DD;
}
.BgClassName
{
background-color: #C7E1DD;
}
</style>
border-color css
<style>
span { border-color: #C7E1DD; }
span { border-color: rgb(199,225,221); }
td.TdClassName
{
border-color: #C7E1DD;
}
.TagClassName
{
border-color: #C7E1DD;
}
</style>