Shades of Jagged Ice #C1E1DD
Tints of Jagged Ice #C1E1DD
RGB
CMYK
RGB Variations
Color information
#C1E1DD (or 0xC1E1DD) is known color: Jagged Ice. HEX triplet: C1, E1 and DD. RGB value is (193,225,221). Sum of RGB (Red+Green+Blue) = 193+225+221=639 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.20% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E1DD is #3E1E22. Grayscale: #D6D6D6. Windows color (decimal): -4070947 or 14541249. OLE color: 14541249.
HSL color Cylindrical-coordinate representation of color #C1E1DD: hue angle of 172.5º 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 #C1E1DD is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 221 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.12 |
| HSL | 172.5º | 0.35% | 0.82% | - |
| HSV(B) | 172.5º | 0.14% | 0.88% | - |
| XYZ | 61.97 | 70.41 | 78.73 | - |
| YUV | 214.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 221 | 0.14 | 0 | 0.02 | 0.12 | 172.5 | 0.35 | 0.82 |
| Hex | C1 | E1 | DD | E | 0 | 2 | C | AC | 23 | 52 |
| Octal | 301 | 341 | 335 | 16 | 0 | 2 | 14 | 254 | 43 | 122 |
| Binary | 11000001 | 11100001 | 11011101 | 1110 | 0 | 10 | 1100 | 10101100 | 100011 | 1010010 |
Color Harmonies of #C1E1DD
Complementary color
Monochromatic Colors of #C1E1DD
Black with #C1E1DD
Text Example
Text Example
White with #C1E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E1DD; }
p { color: rgb(193,225,221); }
H1.HeaderClassName
{
color: #C1E1DD;
}
.AnyTagClassName
{
color: #C1E1DD;
}
</style>
background-color css
<style>
a { background-color: #C1E1DD; }
a { background-color: rgb(193,225,221); }
div.DivClassName
{
background-color: #C1E1DD;
}
.BgClassName
{
background-color: #C1E1DD;
}
</style>
border-color css
<style>
span { border-color: #C1E1DD; }
span { border-color: rgb(193,225,221); }
td.TdClassName
{
border-color: #C1E1DD;
}
.TagClassName
{
border-color: #C1E1DD;
}
</style>