Shades of Jagged Ice #C4E8E4
Tints of Jagged Ice #C4E8E4
RGB
CMYK
RGB Variations
Color information
#C4E8E4 (or 0xC4E8E4) is known color: Jagged Ice. HEX triplet: C4, E8 and E4. RGB value is (196,232,228). Sum of RGB (Red+Green+Blue) = 196+232+228=656 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.88% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 232 - color contains mainly: green. Hex color #C4E8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4E8E4 is #3B171B. Grayscale: #DCDCDC. Windows color (decimal): -3872540 or 15001796. OLE color: 15001796.
HSL color Cylindrical-coordinate representation of color #C4E8E4: hue angle of 173.33º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4E8E4 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 232 | 228 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.09 |
| HSL | 173.33º | 0.44% | 0.84% | - |
| HSV(B) | 173.33º | 0.16% | 0.91% | - |
| XYZ | 65.63 | 75.05 | 84.43 | - |
| YUV | 220.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 232 | 228 | 0.16 | 0 | 0.02 | 0.09 | 173.33 | 0.44 | 0.84 |
| Hex | C4 | E8 | E4 | 10 | 0 | 2 | 9 | AD | 2C | 54 |
| Octal | 304 | 350 | 344 | 20 | 0 | 2 | 11 | 255 | 54 | 124 |
| Binary | 11000100 | 11101000 | 11100100 | 10000 | 0 | 10 | 1001 | 10101101 | 101100 | 1010100 |
Color Harmonies of #C4E8E4
Complementary color
Monochromatic Colors of #C4E8E4
Black with #C4E8E4
Text Example
Text Example
White with #C4E8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E8E4; }
p { color: rgb(196,232,228); }
H1.HeaderClassName
{
color: #C4E8E4;
}
.AnyTagClassName
{
color: #C4E8E4;
}
</style>
background-color css
<style>
a { background-color: #C4E8E4; }
a { background-color: rgb(196,232,228); }
div.DivClassName
{
background-color: #C4E8E4;
}
.BgClassName
{
background-color: #C4E8E4;
}
</style>
border-color css
<style>
span { border-color: #C4E8E4; }
span { border-color: rgb(196,232,228); }
td.TdClassName
{
border-color: #C4E8E4;
}
.TagClassName
{
border-color: #C4E8E4;
}
</style>