Shades of Jagged Ice #C1E2DD
Tints of Jagged Ice #C1E2DD
RGB
CMYK
RGB Variations
Color information
#C1E2DD (or 0xC1E2DD) is known color: Jagged Ice. HEX triplet: C1, E2 and DD. RGB value is (193,226,221). Sum of RGB (Red+Green+Blue) = 193+226+221=640 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.16% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E2DD is #3E1D22. Grayscale: #D7D7D7. Windows color (decimal): -4070691 or 14541505. OLE color: 14541505.
HSL color Cylindrical-coordinate representation of color #C1E2DD: hue angle of 170.91º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1E2DD is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 226 | 221 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.11 |
| HSL | 170.91º | 0.36% | 0.82% | - |
| HSV(B) | 170.91º | 0.15% | 0.89% | - |
| XYZ | 62.24 | 70.95 | 78.82 | - |
| YUV | 215.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 221 | 0.15 | 0 | 0.02 | 0.11 | 170.91 | 0.36 | 0.82 |
| Hex | C1 | E2 | DD | F | 0 | 2 | B | AB | 24 | 52 |
| Octal | 301 | 342 | 335 | 17 | 0 | 2 | 13 | 253 | 44 | 122 |
| Binary | 11000001 | 11100010 | 11011101 | 1111 | 0 | 10 | 1011 | 10101011 | 100100 | 1010010 |
Color Harmonies of #C1E2DD
Complementary color
Monochromatic Colors of #C1E2DD
Black with #C1E2DD
Text Example
Text Example
White with #C1E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E2DD; }
p { color: rgb(193,226,221); }
H1.HeaderClassName
{
color: #C1E2DD;
}
.AnyTagClassName
{
color: #C1E2DD;
}
</style>
background-color css
<style>
a { background-color: #C1E2DD; }
a { background-color: rgb(193,226,221); }
div.DivClassName
{
background-color: #C1E2DD;
}
.BgClassName
{
background-color: #C1E2DD;
}
</style>
border-color css
<style>
span { border-color: #C1E2DD; }
span { border-color: rgb(193,226,221); }
td.TdClassName
{
border-color: #C1E2DD;
}
.TagClassName
{
border-color: #C1E2DD;
}
</style>