Shades of Jagged Ice #C3E2DE
Tints of Jagged Ice #C3E2DE
RGB
CMYK
RGB Variations
Color information
#C3E2DE (or 0xC3E2DE) is known color: Jagged Ice. HEX triplet: C3, E2 and DE. RGB value is (195,226,222). Sum of RGB (Red+Green+Blue) = 195+226+222=643 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.33% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 226 - color contains mainly: green. Hex color #C3E2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E2DE is #3C1D21. Grayscale: #D8D8D8. Windows color (decimal): -3939618 or 14607043. OLE color: 14607043.
HSL color Cylindrical-coordinate representation of color #C3E2DE: hue angle of 172.26º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3E2DE is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 226 | 222 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.11 |
| HSL | 172.26º | 0.35% | 0.83% | - |
| HSV(B) | 172.26º | 0.14% | 0.89% | - |
| XYZ | 62.89 | 71.27 | 79.55 | - |
| YUV | 216.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 226 | 222 | 0.14 | 0 | 0.02 | 0.11 | 172.26 | 0.35 | 0.83 |
| Hex | C3 | E2 | DE | E | 0 | 2 | B | AC | 23 | 53 |
| Octal | 303 | 342 | 336 | 16 | 0 | 2 | 13 | 254 | 43 | 123 |
| Binary | 11000011 | 11100010 | 11011110 | 1110 | 0 | 10 | 1011 | 10101100 | 100011 | 1010011 |
Color Harmonies of #C3E2DE
Complementary color
Monochromatic Colors of #C3E2DE
Black with #C3E2DE
Text Example
Text Example
White with #C3E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E2DE; }
p { color: rgb(195,226,222); }
H1.HeaderClassName
{
color: #C3E2DE;
}
.AnyTagClassName
{
color: #C3E2DE;
}
</style>
background-color css
<style>
a { background-color: #C3E2DE; }
a { background-color: rgb(195,226,222); }
div.DivClassName
{
background-color: #C3E2DE;
}
.BgClassName
{
background-color: #C3E2DE;
}
</style>
border-color css
<style>
span { border-color: #C3E2DE; }
span { border-color: rgb(195,226,222); }
td.TdClassName
{
border-color: #C3E2DE;
}
.TagClassName
{
border-color: #C3E2DE;
}
</style>