Shades of Jagged Ice #C4E9E4
Tints of Jagged Ice #C4E9E4
RGB
CMYK
RGB Variations
Color information
#C4E9E4 (or 0xC4E9E4) is known color: Jagged Ice. HEX triplet: C4, E9 and E4. RGB value is (196,233,228). Sum of RGB (Red+Green+Blue) = 196+233+228=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4E9E4 is #3B161B. Grayscale: #DDDDDD. Windows color (decimal): -3872284 or 15002052. OLE color: 15002052.
HSL color Cylindrical-coordinate representation of color #C4E9E4: hue angle of 171.89º degrees, saturation: 0.46, 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 #C4E9E4 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 233 | 228 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.09 |
| HSL | 171.89º | 0.46% | 0.84% | - |
| HSV(B) | 171.89º | 0.16% | 0.91% | - |
| XYZ | 65.91 | 75.62 | 84.52 | - |
| YUV | 221.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 233 | 228 | 0.16 | 0 | 0.02 | 0.09 | 171.89 | 0.46 | 0.84 |
| Hex | C4 | E9 | E4 | 10 | 0 | 2 | 9 | AC | 2E | 54 |
| Octal | 304 | 351 | 344 | 20 | 0 | 2 | 11 | 254 | 56 | 124 |
| Binary | 11000100 | 11101001 | 11100100 | 10000 | 0 | 10 | 1001 | 10101100 | 101110 | 1010100 |
Color Harmonies of #C4E9E4
Complementary color
Monochromatic Colors of #C4E9E4
Black with #C4E9E4
Text Example
Text Example
White with #C4E9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E9E4; }
p { color: rgb(196,233,228); }
H1.HeaderClassName
{
color: #C4E9E4;
}
.AnyTagClassName
{
color: #C4E9E4;
}
</style>
background-color css
<style>
a { background-color: #C4E9E4; }
a { background-color: rgb(196,233,228); }
div.DivClassName
{
background-color: #C4E9E4;
}
.BgClassName
{
background-color: #C4E9E4;
}
</style>
border-color css
<style>
span { border-color: #C4E9E4; }
span { border-color: rgb(196,233,228); }
td.TdClassName
{
border-color: #C4E9E4;
}
.TagClassName
{
border-color: #C4E9E4;
}
</style>