Shades of Jagged Ice #C7E6DE
Tints of Jagged Ice #C7E6DE
RGB
CMYK
RGB Variations
Color information
#C7E6DE (or 0xC7E6DE) is known color: Jagged Ice. HEX triplet: C7, E6 and DE. RGB value is (199,230,222). Sum of RGB (Red+Green+Blue) = 199+230+222=651 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.57% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E6DE is #381921. Grayscale: #DBDBDB. Windows color (decimal): -3676450 or 14608071. OLE color: 14608071.
HSL color Cylindrical-coordinate representation of color #C7E6DE: hue angle of 164.52º degrees, saturation: 0.38, 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 #C7E6DE is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 222 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.10 |
| HSL | 164.52º | 0.38% | 0.84% | - |
| HSV(B) | 164.52º | 0.13% | 0.9% | - |
| XYZ | 65.03 | 74.01 | 79.96 | - |
| YUV | 219.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 222 | 0.13 | 0 | 0.03 | 0.10 | 164.52 | 0.38 | 0.84 |
| Hex | C7 | E6 | DE | D | 0 | 3 | A | A5 | 26 | 54 |
| Octal | 307 | 346 | 336 | 15 | 0 | 3 | 12 | 245 | 46 | 124 |
| Binary | 11000111 | 11100110 | 11011110 | 1101 | 0 | 11 | 1010 | 10100101 | 100110 | 1010100 |
Color Harmonies of #C7E6DE
Complementary color
Monochromatic Colors of #C7E6DE
Black with #C7E6DE
Text Example
Text Example
White with #C7E6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E6DE; }
p { color: rgb(199,230,222); }
H1.HeaderClassName
{
color: #C7E6DE;
}
.AnyTagClassName
{
color: #C7E6DE;
}
</style>
background-color css
<style>
a { background-color: #C7E6DE; }
a { background-color: rgb(199,230,222); }
div.DivClassName
{
background-color: #C7E6DE;
}
.BgClassName
{
background-color: #C7E6DE;
}
</style>
border-color css
<style>
span { border-color: #C7E6DE; }
span { border-color: rgb(199,230,222); }
td.TdClassName
{
border-color: #C7E6DE;
}
.TagClassName
{
border-color: #C7E6DE;
}
</style>