Shades of Jagged Ice #C4E2DF
Tints of Jagged Ice #C4E2DF
RGB
CMYK
RGB Variations
Color information
#C4E2DF (or 0xC4E2DF) is known color: Jagged Ice. HEX triplet: C4, E2 and DF. RGB value is (196,226,223). Sum of RGB (Red+Green+Blue) = 196+226+223=645 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.39% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #C4E2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E2DF is #3B1D20. Grayscale: #D8D8D8. Windows color (decimal): -3874081 or 14672580. OLE color: 14672580.
HSL color Cylindrical-coordinate representation of color #C4E2DF: hue angle of 174º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4E2DF is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 226 | 223 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.11 |
| HSL | 174º | 0.34% | 0.83% | - |
| HSV(B) | 174º | 0.13% | 0.89% | - |
| XYZ | 63.28 | 71.46 | 80.27 | - |
| YUV | 216.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 226 | 223 | 0.13 | 0 | 0.01 | 0.11 | 174 | 0.34 | 0.83 |
| Hex | C4 | E2 | DF | D | 0 | 1 | B | AE | 22 | 53 |
| Octal | 304 | 342 | 337 | 15 | 0 | 1 | 13 | 256 | 42 | 123 |
| Binary | 11000100 | 11100010 | 11011111 | 1101 | 0 | 1 | 1011 | 10101110 | 100010 | 1010011 |
Color Harmonies of #C4E2DF
Complementary color
Monochromatic Colors of #C4E2DF
Black with #C4E2DF
Text Example
Text Example
White with #C4E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E2DF; }
p { color: rgb(196,226,223); }
H1.HeaderClassName
{
color: #C4E2DF;
}
.AnyTagClassName
{
color: #C4E2DF;
}
</style>
background-color css
<style>
a { background-color: #C4E2DF; }
a { background-color: rgb(196,226,223); }
div.DivClassName
{
background-color: #C4E2DF;
}
.BgClassName
{
background-color: #C4E2DF;
}
</style>
border-color css
<style>
span { border-color: #C4E2DF; }
span { border-color: rgb(196,226,223); }
td.TdClassName
{
border-color: #C4E2DF;
}
.TagClassName
{
border-color: #C4E2DF;
}
</style>