Shades of Jagged Ice #C3E1DB
Tints of Jagged Ice #C3E1DB
RGB
CMYK
RGB Variations
Color information
#C3E1DB (or 0xC3E1DB) is known color: Jagged Ice. HEX triplet: C3, E1 and DB. RGB value is (195,225,219). Sum of RGB (Red+Green+Blue) = 195+225+219=639 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.52% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E1DB is #3C1E24. Grayscale: #D7D7D7. Windows color (decimal): -3939877 or 14410179. OLE color: 14410179.
HSL color Cylindrical-coordinate representation of color #C3E1DB: hue angle of 168º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3E1DB is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 219 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.12 |
| HSL | 168º | 0.33% | 0.82% | - |
| HSV(B) | 168º | 0.13% | 0.88% | - |
| XYZ | 62.22 | 70.57 | 77.36 | - |
| YUV | 215.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 219 | 0.13 | 0 | 0.03 | 0.12 | 168 | 0.33 | 0.82 |
| Hex | C3 | E1 | DB | D | 0 | 3 | C | A8 | 21 | 52 |
| Octal | 303 | 341 | 333 | 15 | 0 | 3 | 14 | 250 | 41 | 122 |
| Binary | 11000011 | 11100001 | 11011011 | 1101 | 0 | 11 | 1100 | 10101000 | 100001 | 1010010 |
Color Harmonies of #C3E1DB
Complementary color
Monochromatic Colors of #C3E1DB
Black with #C3E1DB
Text Example
Text Example
White with #C3E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E1DB; }
p { color: rgb(195,225,219); }
H1.HeaderClassName
{
color: #C3E1DB;
}
.AnyTagClassName
{
color: #C3E1DB;
}
</style>
background-color css
<style>
a { background-color: #C3E1DB; }
a { background-color: rgb(195,225,219); }
div.DivClassName
{
background-color: #C3E1DB;
}
.BgClassName
{
background-color: #C3E1DB;
}
</style>
border-color css
<style>
span { border-color: #C3E1DB; }
span { border-color: rgb(195,225,219); }
td.TdClassName
{
border-color: #C3E1DB;
}
.TagClassName
{
border-color: #C3E1DB;
}
</style>