Shades of Jagged Ice #C1E1DB
Tints of Jagged Ice #C1E1DB
RGB
CMYK
RGB Variations
Color information
#C1E1DB (or 0xC1E1DB) is known color: Jagged Ice. HEX triplet: C1, E1 and DB. RGB value is (193,225,219). Sum of RGB (Red+Green+Blue) = 193+225+219=637 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.30% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E1DB is #3E1E24. Grayscale: #D6D6D6. Windows color (decimal): -4070949 or 14410177. OLE color: 14410177.
HSL color Cylindrical-coordinate representation of color #C1E1DB: hue angle of 168.75º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1E1DB is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 219 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.12 |
| HSL | 168.75º | 0.35% | 0.82% | - |
| HSV(B) | 168.75º | 0.14% | 0.88% | - |
| XYZ | 61.7 | 70.3 | 77.34 | - |
| YUV | 214.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 219 | 0.14 | 0 | 0.03 | 0.12 | 168.75 | 0.35 | 0.82 |
| Hex | C1 | E1 | DB | E | 0 | 3 | C | A9 | 23 | 52 |
| Octal | 301 | 341 | 333 | 16 | 0 | 3 | 14 | 251 | 43 | 122 |
| Binary | 11000001 | 11100001 | 11011011 | 1110 | 0 | 11 | 1100 | 10101001 | 100011 | 1010010 |
Color Harmonies of #C1E1DB
Complementary color
Monochromatic Colors of #C1E1DB
Black with #C1E1DB
Text Example
Text Example
White with #C1E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E1DB; }
p { color: rgb(193,225,219); }
H1.HeaderClassName
{
color: #C1E1DB;
}
.AnyTagClassName
{
color: #C1E1DB;
}
</style>
background-color css
<style>
a { background-color: #C1E1DB; }
a { background-color: rgb(193,225,219); }
div.DivClassName
{
background-color: #C1E1DB;
}
.BgClassName
{
background-color: #C1E1DB;
}
</style>
border-color css
<style>
span { border-color: #C1E1DB; }
span { border-color: rgb(193,225,219); }
td.TdClassName
{
border-color: #C1E1DB;
}
.TagClassName
{
border-color: #C1E1DB;
}
</style>