Shades of Jagged Ice #C1E5DE
Tints of Jagged Ice #C1E5DE
RGB
CMYK
RGB Variations
Color information
#C1E5DE (or 0xC1E5DE) is known color: Jagged Ice. HEX triplet: C1, E5 and DE. RGB value is (193,229,222). Sum of RGB (Red+Green+Blue) = 193+229+222=644 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.97% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E5DE is #3E1A21. Grayscale: #D9D9D9. Windows color (decimal): -4069922 or 14607809. OLE color: 14607809.
HSL color Cylindrical-coordinate representation of color #C1E5DE: hue angle of 168.33º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1E5DE is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 229 | 222 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.10 |
| HSL | 168.33º | 0.41% | 0.83% | - |
| HSV(B) | 168.33º | 0.16% | 0.9% | - |
| XYZ | 63.2 | 72.65 | 79.8 | - |
| YUV | 217.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 222 | 0.16 | 0 | 0.03 | 0.10 | 168.33 | 0.41 | 0.83 |
| Hex | C1 | E5 | DE | 10 | 0 | 3 | A | A8 | 29 | 53 |
| Octal | 301 | 345 | 336 | 20 | 0 | 3 | 12 | 250 | 51 | 123 |
| Binary | 11000001 | 11100101 | 11011110 | 10000 | 0 | 11 | 1010 | 10101000 | 101001 | 1010011 |
Color Harmonies of #C1E5DE
Complementary color
Monochromatic Colors of #C1E5DE
Black with #C1E5DE
Text Example
Text Example
White with #C1E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E5DE; }
p { color: rgb(193,229,222); }
H1.HeaderClassName
{
color: #C1E5DE;
}
.AnyTagClassName
{
color: #C1E5DE;
}
</style>
background-color css
<style>
a { background-color: #C1E5DE; }
a { background-color: rgb(193,229,222); }
div.DivClassName
{
background-color: #C1E5DE;
}
.BgClassName
{
background-color: #C1E5DE;
}
</style>
border-color css
<style>
span { border-color: #C1E5DE; }
span { border-color: rgb(193,229,222); }
td.TdClassName
{
border-color: #C1E5DE;
}
.TagClassName
{
border-color: #C1E5DE;
}
</style>