Shades of Jagged Ice #C4E1DC
Tints of Jagged Ice #C4E1DC
RGB
CMYK
RGB Variations
Color information
#C4E1DC (or 0xC4E1DC) is known color: Jagged Ice. HEX triplet: C4, E1 and DC. RGB value is (196,225,220). Sum of RGB (Red+Green+Blue) = 196+225+220=641 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.58% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E1DC is #3B1E23. Grayscale: #D7D7D7. Windows color (decimal): -3874340 or 14475716. OLE color: 14475716.
HSL color Cylindrical-coordinate representation of color #C4E1DC: hue angle of 169.66º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4E1DC is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 220 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.12 |
| HSL | 169.66º | 0.33% | 0.83% | - |
| HSV(B) | 169.66º | 0.13% | 0.88% | - |
| XYZ | 62.61 | 70.75 | 78.07 | - |
| YUV | 215.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 220 | 0.13 | 0 | 0.02 | 0.12 | 169.66 | 0.33 | 0.83 |
| Hex | C4 | E1 | DC | D | 0 | 2 | C | AA | 21 | 53 |
| Octal | 304 | 341 | 334 | 15 | 0 | 2 | 14 | 252 | 41 | 123 |
| Binary | 11000100 | 11100001 | 11011100 | 1101 | 0 | 10 | 1100 | 10101010 | 100001 | 1010011 |
Color Harmonies of #C4E1DC
Complementary color
Monochromatic Colors of #C4E1DC
Black with #C4E1DC
Text Example
Text Example
White with #C4E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E1DC; }
p { color: rgb(196,225,220); }
H1.HeaderClassName
{
color: #C4E1DC;
}
.AnyTagClassName
{
color: #C4E1DC;
}
</style>
background-color css
<style>
a { background-color: #C4E1DC; }
a { background-color: rgb(196,225,220); }
div.DivClassName
{
background-color: #C4E1DC;
}
.BgClassName
{
background-color: #C4E1DC;
}
</style>
border-color css
<style>
span { border-color: #C4E1DC; }
span { border-color: rgb(196,225,220); }
td.TdClassName
{
border-color: #C4E1DC;
}
.TagClassName
{
border-color: #C4E1DC;
}
</style>