Shades of Jagged Ice #C4E4DF
Tints of Jagged Ice #C4E4DF
RGB
CMYK
RGB Variations
Color information
#C4E4DF (or 0xC4E4DF) is known color: Jagged Ice. HEX triplet: C4, E4 and DF. RGB value is (196,228,223). Sum of RGB (Red+Green+Blue) = 196+228+223=647 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.29% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 228 - color contains mainly: green. Hex color #C4E4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E4DF is #3B1B20. Grayscale: #D9D9D9. Windows color (decimal): -3873569 or 14673092. OLE color: 14673092.
HSL color Cylindrical-coordinate representation of color #C4E4DF: hue angle of 170.62º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4E4DF is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 228 | 223 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.11 |
| HSL | 170.63º | 0.37% | 0.83% | - |
| HSV(B) | 170.63º | 0.14% | 0.89% | - |
| XYZ | 63.83 | 72.55 | 80.45 | - |
| YUV | 217.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 228 | 223 | 0.14 | 0 | 0.02 | 0.11 | 170.63 | 0.37 | 0.83 |
| Hex | C4 | E4 | DF | E | 0 | 2 | B | AB | 25 | 53 |
| Octal | 304 | 344 | 337 | 16 | 0 | 2 | 13 | 253 | 45 | 123 |
| Binary | 11000100 | 11100100 | 11011111 | 1110 | 0 | 10 | 1011 | 10101011 | 100101 | 1010011 |
Color Harmonies of #C4E4DF
Complementary color
Monochromatic Colors of #C4E4DF
Black with #C4E4DF
Text Example
Text Example
White with #C4E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E4DF; }
p { color: rgb(196,228,223); }
H1.HeaderClassName
{
color: #C4E4DF;
}
.AnyTagClassName
{
color: #C4E4DF;
}
</style>
background-color css
<style>
a { background-color: #C4E4DF; }
a { background-color: rgb(196,228,223); }
div.DivClassName
{
background-color: #C4E4DF;
}
.BgClassName
{
background-color: #C4E4DF;
}
</style>
border-color css
<style>
span { border-color: #C4E4DF; }
span { border-color: rgb(196,228,223); }
td.TdClassName
{
border-color: #C4E4DF;
}
.TagClassName
{
border-color: #C4E4DF;
}
</style>