Shades of Jagged Ice #C4E1DF
Tints of Jagged Ice #C4E1DF
RGB
CMYK
RGB Variations
Color information
#C4E1DF (or 0xC4E1DF) is known color: Jagged Ice. HEX triplet: C4, E1 and DF. RGB value is (196,225,223). Sum of RGB (Red+Green+Blue) = 196+225+223=644 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.43% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E1DF is #3B1E20. Grayscale: #D8D8D8. Windows color (decimal): -3874337 or 14672324. OLE color: 14672324.
HSL color Cylindrical-coordinate representation of color #C4E1DF: hue angle of 175.86º 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 #C4E1DF is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 223 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.12 |
| HSL | 175.86º | 0.33% | 0.83% | - |
| HSV(B) | 175.86º | 0.13% | 0.88% | - |
| XYZ | 63.01 | 70.91 | 80.18 | - |
| YUV | 216.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 223 | 0.13 | 0 | 0.01 | 0.12 | 175.86 | 0.33 | 0.83 |
| Hex | C4 | E1 | DF | D | 0 | 1 | C | B0 | 21 | 53 |
| Octal | 304 | 341 | 337 | 15 | 0 | 1 | 14 | 260 | 41 | 123 |
| Binary | 11000100 | 11100001 | 11011111 | 1101 | 0 | 1 | 1100 | 10110000 | 100001 | 1010011 |
Color Harmonies of #C4E1DF
Complementary color
Monochromatic Colors of #C4E1DF
Black with #C4E1DF
Text Example
Text Example
White with #C4E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E1DF; }
p { color: rgb(196,225,223); }
H1.HeaderClassName
{
color: #C4E1DF;
}
.AnyTagClassName
{
color: #C4E1DF;
}
</style>
background-color css
<style>
a { background-color: #C4E1DF; }
a { background-color: rgb(196,225,223); }
div.DivClassName
{
background-color: #C4E1DF;
}
.BgClassName
{
background-color: #C4E1DF;
}
</style>
border-color css
<style>
span { border-color: #C4E1DF; }
span { border-color: rgb(196,225,223); }
td.TdClassName
{
border-color: #C4E1DF;
}
.TagClassName
{
border-color: #C4E1DF;
}
</style>