Shades of Jagged Ice #C1EDE8
Tints of Jagged Ice #C1EDE8
RGB
CMYK
RGB Variations
Color information
#C1EDE8 (or 0xC1EDE8) is known color: Jagged Ice. HEX triplet: C1, ED and E8. RGB value is (193,237,232). Sum of RGB (Red+Green+Blue) = 193+237+232=662 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.15% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EDE8 is #3E1217. Grayscale: #DFDFDF. Windows color (decimal): -4067864 or 15265217. OLE color: 15265217.
HSL color Cylindrical-coordinate representation of color #C1EDE8: hue angle of 173.18º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EDE8 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 232 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.07 |
| HSL | 173.18º | 0.55% | 0.84% | - |
| HSV(B) | 173.18º | 0.19% | 0.93% | - |
| XYZ | 66.84 | 77.73 | 87.82 | - |
| YUV | 223.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 232 | 0.19 | 0 | 0.02 | 0.07 | 173.18 | 0.55 | 0.84 |
| Hex | C1 | ED | E8 | 13 | 0 | 2 | 7 | AD | 37 | 54 |
| Octal | 301 | 355 | 350 | 23 | 0 | 2 | 7 | 255 | 67 | 124 |
| Binary | 11000001 | 11101101 | 11101000 | 10011 | 0 | 10 | 111 | 10101101 | 110111 | 1010100 |
Color Harmonies of #C1EDE8
Complementary color
Monochromatic Colors of #C1EDE8
Black with #C1EDE8
Text Example
Text Example
White with #C1EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDE8; }
p { color: rgb(193,237,232); }
H1.HeaderClassName
{
color: #C1EDE8;
}
.AnyTagClassName
{
color: #C1EDE8;
}
</style>
background-color css
<style>
a { background-color: #C1EDE8; }
a { background-color: rgb(193,237,232); }
div.DivClassName
{
background-color: #C1EDE8;
}
.BgClassName
{
background-color: #C1EDE8;
}
</style>
border-color css
<style>
span { border-color: #C1EDE8; }
span { border-color: rgb(193,237,232); }
td.TdClassName
{
border-color: #C1EDE8;
}
.TagClassName
{
border-color: #C1EDE8;
}
</style>