Shades of Jagged Ice #C3E6E2
Tints of Jagged Ice #C3E6E2
RGB
CMYK
RGB Variations
Color information
#C3E6E2 (or 0xC3E6E2) is known color: Jagged Ice. HEX triplet: C3, E6 and E2. RGB value is (195,230,226). Sum of RGB (Red+Green+Blue) = 195+230+226=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 230 - color contains mainly: green. Hex color #C3E6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3E6E2 is #3C191D. Grayscale: #DBDBDB. Windows color (decimal): -3938590 or 14870211. OLE color: 14870211.
HSL color Cylindrical-coordinate representation of color #C3E6E2: hue angle of 173.14º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3E6E2 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 230 | 226 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.10 |
| HSL | 173.14º | 0.41% | 0.83% | - |
| HSV(B) | 173.14º | 0.15% | 0.9% | - |
| XYZ | 64.53 | 73.69 | 82.77 | - |
| YUV | 219.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 226 | 0.15 | 0 | 0.02 | 0.10 | 173.14 | 0.41 | 0.83 |
| Hex | C3 | E6 | E2 | F | 0 | 2 | A | AD | 29 | 53 |
| Octal | 303 | 346 | 342 | 17 | 0 | 2 | 12 | 255 | 51 | 123 |
| Binary | 11000011 | 11100110 | 11100010 | 1111 | 0 | 10 | 1010 | 10101101 | 101001 | 1010011 |
Color Harmonies of #C3E6E2
Complementary color
Monochromatic Colors of #C3E6E2
Black with #C3E6E2
Text Example
Text Example
White with #C3E6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E6E2; }
p { color: rgb(195,230,226); }
H1.HeaderClassName
{
color: #C3E6E2;
}
.AnyTagClassName
{
color: #C3E6E2;
}
</style>
background-color css
<style>
a { background-color: #C3E6E2; }
a { background-color: rgb(195,230,226); }
div.DivClassName
{
background-color: #C3E6E2;
}
.BgClassName
{
background-color: #C3E6E2;
}
</style>
border-color css
<style>
span { border-color: #C3E6E2; }
span { border-color: rgb(195,230,226); }
td.TdClassName
{
border-color: #C3E6E2;
}
.TagClassName
{
border-color: #C3E6E2;
}
</style>