Shades of Jagged Ice #C5E0DC
Tints of Jagged Ice #C5E0DC
RGB
CMYK
RGB Variations
Color information
#C5E0DC (or 0xC5E0DC) is known color: Jagged Ice. HEX triplet: C5, E0 and DC. RGB value is (197,224,220). Sum of RGB (Red+Green+Blue) = 197+224+220=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E0DC is #3A1F23. Grayscale: #D7D7D7. Windows color (decimal): -3809060 or 14475461. OLE color: 14475461.
HSL color Cylindrical-coordinate representation of color #C5E0DC: hue angle of 171.11º 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 #C5E0DC is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 220 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.12 |
| HSL | 171.11º | 0.3% | 0.83% | - |
| HSV(B) | 171.11º | 0.12% | 0.88% | - |
| XYZ | 62.6 | 70.35 | 77.99 | - |
| YUV | 215.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 220 | 0.12 | 0 | 0.02 | 0.12 | 171.11 | 0.3 | 0.83 |
| Hex | C5 | E0 | DC | C | 0 | 2 | C | AB | 1E | 53 |
| Octal | 305 | 340 | 334 | 14 | 0 | 2 | 14 | 253 | 36 | 123 |
| Binary | 11000101 | 11100000 | 11011100 | 1100 | 0 | 10 | 1100 | 10101011 | 11110 | 1010011 |
Color Harmonies of #C5E0DC
Complementary color
Monochromatic Colors of #C5E0DC
Black with #C5E0DC
Text Example
Text Example
White with #C5E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E0DC; }
p { color: rgb(197,224,220); }
H1.HeaderClassName
{
color: #C5E0DC;
}
.AnyTagClassName
{
color: #C5E0DC;
}
</style>
background-color css
<style>
a { background-color: #C5E0DC; }
a { background-color: rgb(197,224,220); }
div.DivClassName
{
background-color: #C5E0DC;
}
.BgClassName
{
background-color: #C5E0DC;
}
</style>
border-color css
<style>
span { border-color: #C5E0DC; }
span { border-color: rgb(197,224,220); }
td.TdClassName
{
border-color: #C5E0DC;
}
.TagClassName
{
border-color: #C5E0DC;
}
</style>