Shades of Jagged Ice #C1EBE3
Tints of Jagged Ice #C1EBE3
RGB
CMYK
RGB Variations
Color information
#C1EBE3 (or 0xC1EBE3) is known color: Jagged Ice. HEX triplet: C1, EB and E3. RGB value is (193,235,227). Sum of RGB (Red+Green+Blue) = 193+235+227=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBE3 is #3E141C. Grayscale: #DDDDDD. Windows color (decimal): -4068381 or 14937025. OLE color: 14937025.
HSL color Cylindrical-coordinate representation of color #C1EBE3: hue angle of 168.57º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EBE3 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 227 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.08 |
| HSL | 168.57º | 0.51% | 0.84% | - |
| HSV(B) | 168.57º | 0.18% | 0.92% | - |
| XYZ | 65.57 | 76.3 | 83.94 | - |
| YUV | 221.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 227 | 0.18 | 0 | 0.03 | 0.08 | 168.57 | 0.51 | 0.84 |
| Hex | C1 | EB | E3 | 12 | 0 | 3 | 8 | A9 | 33 | 54 |
| Octal | 301 | 353 | 343 | 22 | 0 | 3 | 10 | 251 | 63 | 124 |
| Binary | 11000001 | 11101011 | 11100011 | 10010 | 0 | 11 | 1000 | 10101001 | 110011 | 1010100 |
Color Harmonies of #C1EBE3
Complementary color
Monochromatic Colors of #C1EBE3
Black with #C1EBE3
Text Example
Text Example
White with #C1EBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EBE3; }
p { color: rgb(193,235,227); }
H1.HeaderClassName
{
color: #C1EBE3;
}
.AnyTagClassName
{
color: #C1EBE3;
}
</style>
background-color css
<style>
a { background-color: #C1EBE3; }
a { background-color: rgb(193,235,227); }
div.DivClassName
{
background-color: #C1EBE3;
}
.BgClassName
{
background-color: #C1EBE3;
}
</style>
border-color css
<style>
span { border-color: #C1EBE3; }
span { border-color: rgb(193,235,227); }
td.TdClassName
{
border-color: #C1EBE3;
}
.TagClassName
{
border-color: #C1EBE3;
}
</style>