Shades of Jagged Ice #C4E5DF
Tints of Jagged Ice #C4E5DF
RGB
CMYK
RGB Variations
Color information
#C4E5DF (or 0xC4E5DF) is known color: Jagged Ice. HEX triplet: C4, E5 and DF. RGB value is (196,229,223). Sum of RGB (Red+Green+Blue) = 196+229+223=648 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.25% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E5DF is #3B1A20. Grayscale: #DADADA. Windows color (decimal): -3873313 or 14673348. OLE color: 14673348.
HSL color Cylindrical-coordinate representation of color #C4E5DF: hue angle of 169.09º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4E5DF is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 229 | 223 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.10 |
| HSL | 169.09º | 0.39% | 0.83% | - |
| HSV(B) | 169.09º | 0.14% | 0.9% | - |
| XYZ | 64.1 | 73.1 | 80.54 | - |
| YUV | 218.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 223 | 0.14 | 0 | 0.03 | 0.10 | 169.09 | 0.39 | 0.83 |
| Hex | C4 | E5 | DF | E | 0 | 3 | A | A9 | 27 | 53 |
| Octal | 304 | 345 | 337 | 16 | 0 | 3 | 12 | 251 | 47 | 123 |
| Binary | 11000100 | 11100101 | 11011111 | 1110 | 0 | 11 | 1010 | 10101001 | 100111 | 1010011 |
Color Harmonies of #C4E5DF
Complementary color
Monochromatic Colors of #C4E5DF
Black with #C4E5DF
Text Example
Text Example
White with #C4E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E5DF; }
p { color: rgb(196,229,223); }
H1.HeaderClassName
{
color: #C4E5DF;
}
.AnyTagClassName
{
color: #C4E5DF;
}
</style>
background-color css
<style>
a { background-color: #C4E5DF; }
a { background-color: rgb(196,229,223); }
div.DivClassName
{
background-color: #C4E5DF;
}
.BgClassName
{
background-color: #C4E5DF;
}
</style>
border-color css
<style>
span { border-color: #C4E5DF; }
span { border-color: rgb(196,229,223); }
td.TdClassName
{
border-color: #C4E5DF;
}
.TagClassName
{
border-color: #C4E5DF;
}
</style>