Shades of Jagged Ice #C3E9E4
Tints of Jagged Ice #C3E9E4
RGB
CMYK
RGB Variations
Color information
#C3E9E4 (or 0xC3E9E4) is known color: Jagged Ice. HEX triplet: C3, E9 and E4. RGB value is (195,233,228). Sum of RGB (Red+Green+Blue) = 195+233+228=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3E9E4 is #3C161B. Grayscale: #DDDDDD. Windows color (decimal): -3937820 or 15002051. OLE color: 15002051.
HSL color Cylindrical-coordinate representation of color #C3E9E4: hue angle of 172.11º 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 #C3E9E4 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 228 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.09 |
| HSL | 172.11º | 0.46% | 0.84% | - |
| HSV(B) | 172.11º | 0.16% | 0.91% | - |
| XYZ | 65.65 | 75.48 | 84.51 | - |
| YUV | 221.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 228 | 0.16 | 0 | 0.02 | 0.09 | 172.11 | 0.46 | 0.84 |
| Hex | C3 | E9 | E4 | 10 | 0 | 2 | 9 | AC | 2E | 54 |
| Octal | 303 | 351 | 344 | 20 | 0 | 2 | 11 | 254 | 56 | 124 |
| Binary | 11000011 | 11101001 | 11100100 | 10000 | 0 | 10 | 1001 | 10101100 | 101110 | 1010100 |
Color Harmonies of #C3E9E4
Complementary color
Monochromatic Colors of #C3E9E4
Black with #C3E9E4
Text Example
Text Example
White with #C3E9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E9E4; }
p { color: rgb(195,233,228); }
H1.HeaderClassName
{
color: #C3E9E4;
}
.AnyTagClassName
{
color: #C3E9E4;
}
</style>
background-color css
<style>
a { background-color: #C3E9E4; }
a { background-color: rgb(195,233,228); }
div.DivClassName
{
background-color: #C3E9E4;
}
.BgClassName
{
background-color: #C3E9E4;
}
</style>
border-color css
<style>
span { border-color: #C3E9E4; }
span { border-color: rgb(195,233,228); }
td.TdClassName
{
border-color: #C3E9E4;
}
.TagClassName
{
border-color: #C3E9E4;
}
</style>