Shades of Jagged Ice #C1EBE4
Tints of Jagged Ice #C1EBE4
RGB
CMYK
RGB Variations
Color information
#C1EBE4 (or 0xC1EBE4) is known color: Jagged Ice. HEX triplet: C1, EB and E4. RGB value is (193,235,228). Sum of RGB (Red+Green+Blue) = 193+235+228=656 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.42% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBE4 is #3E141B. Grayscale: #DDDDDD. Windows color (decimal): -4068380 or 15002561. OLE color: 15002561.
HSL color Cylindrical-coordinate representation of color #C1EBE4: hue angle of 170º 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 #C1EBE4 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 228 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.08 |
| HSL | 170º | 0.51% | 0.84% | - |
| HSV(B) | 170º | 0.18% | 0.92% | - |
| XYZ | 65.7 | 76.36 | 84.67 | - |
| YUV | 221.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 228 | 0.18 | 0 | 0.03 | 0.08 | 170 | 0.51 | 0.84 |
| Hex | C1 | EB | E4 | 12 | 0 | 3 | 8 | AA | 33 | 54 |
| Octal | 301 | 353 | 344 | 22 | 0 | 3 | 10 | 252 | 63 | 124 |
| Binary | 11000001 | 11101011 | 11100100 | 10010 | 0 | 11 | 1000 | 10101010 | 110011 | 1010100 |
Color Harmonies of #C1EBE4
Complementary color
Monochromatic Colors of #C1EBE4
Black with #C1EBE4
Text Example
Text Example
White with #C1EBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EBE4; }
p { color: rgb(193,235,228); }
H1.HeaderClassName
{
color: #C1EBE4;
}
.AnyTagClassName
{
color: #C1EBE4;
}
</style>
background-color css
<style>
a { background-color: #C1EBE4; }
a { background-color: rgb(193,235,228); }
div.DivClassName
{
background-color: #C1EBE4;
}
.BgClassName
{
background-color: #C1EBE4;
}
</style>
border-color css
<style>
span { border-color: #C1EBE4; }
span { border-color: rgb(193,235,228); }
td.TdClassName
{
border-color: #C1EBE4;
}
.TagClassName
{
border-color: #C1EBE4;
}
</style>