Shades of Jagged Ice #C5E6DE
Tints of Jagged Ice #C5E6DE
RGB
CMYK
RGB Variations
Color information
#C5E6DE (or 0xC5E6DE) is known color: Jagged Ice. HEX triplet: C5, E6 and DE. RGB value is (197,230,222). Sum of RGB (Red+Green+Blue) = 197+230+222=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E6DE is #3A1921. Grayscale: #DBDBDB. Windows color (decimal): -3807522 or 14608069. OLE color: 14608069.
HSL color Cylindrical-coordinate representation of color #C5E6DE: hue angle of 165.45º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5E6DE is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 230 | 222 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.10 |
| HSL | 165.45º | 0.4% | 0.84% | - |
| HSV(B) | 165.45º | 0.14% | 0.9% | - |
| XYZ | 64.51 | 73.74 | 79.94 | - |
| YUV | 219.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 230 | 222 | 0.14 | 0 | 0.03 | 0.10 | 165.45 | 0.4 | 0.84 |
| Hex | C5 | E6 | DE | E | 0 | 3 | A | A5 | 28 | 54 |
| Octal | 305 | 346 | 336 | 16 | 0 | 3 | 12 | 245 | 50 | 124 |
| Binary | 11000101 | 11100110 | 11011110 | 1110 | 0 | 11 | 1010 | 10100101 | 101000 | 1010100 |
Color Harmonies of #C5E6DE
Complementary color
Monochromatic Colors of #C5E6DE
Black with #C5E6DE
Text Example
Text Example
White with #C5E6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E6DE; }
p { color: rgb(197,230,222); }
H1.HeaderClassName
{
color: #C5E6DE;
}
.AnyTagClassName
{
color: #C5E6DE;
}
</style>
background-color css
<style>
a { background-color: #C5E6DE; }
a { background-color: rgb(197,230,222); }
div.DivClassName
{
background-color: #C5E6DE;
}
.BgClassName
{
background-color: #C5E6DE;
}
</style>
border-color css
<style>
span { border-color: #C5E6DE; }
span { border-color: rgb(197,230,222); }
td.TdClassName
{
border-color: #C5E6DE;
}
.TagClassName
{
border-color: #C5E6DE;
}
</style>