Shades of Jagged Ice #C8EBE3
Tints of Jagged Ice #C8EBE3
RGB
CMYK
RGB Variations
Color information
#C8EBE3 (or 0xC8EBE3) is known color: Jagged Ice. HEX triplet: C8, EB and E3. RGB value is (200,235,227). Sum of RGB (Red+Green+Blue) = 200+235+227=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBE3 is #37141C. Grayscale: #DFDFDF. Windows color (decimal): -3609629 or 14937032. OLE color: 14937032.
HSL color Cylindrical-coordinate representation of color #C8EBE3: hue angle of 166.29º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8EBE3 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 227 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.08 |
| HSL | 166.29º | 0.47% | 0.85% | - |
| HSV(B) | 166.29º | 0.15% | 0.92% | - |
| XYZ | 67.39 | 77.24 | 84.03 | - |
| YUV | 223.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 227 | 0.15 | 0 | 0.03 | 0.08 | 166.29 | 0.47 | 0.85 |
| Hex | C8 | EB | E3 | F | 0 | 3 | 8 | A6 | 2F | 55 |
| Octal | 310 | 353 | 343 | 17 | 0 | 3 | 10 | 246 | 57 | 125 |
| Binary | 11001000 | 11101011 | 11100011 | 1111 | 0 | 11 | 1000 | 10100110 | 101111 | 1010101 |
Color Harmonies of #C8EBE3
Complementary color
Monochromatic Colors of #C8EBE3
Black with #C8EBE3
Text Example
Text Example
White with #C8EBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBE3; }
p { color: rgb(200,235,227); }
H1.HeaderClassName
{
color: #C8EBE3;
}
.AnyTagClassName
{
color: #C8EBE3;
}
</style>
background-color css
<style>
a { background-color: #C8EBE3; }
a { background-color: rgb(200,235,227); }
div.DivClassName
{
background-color: #C8EBE3;
}
.BgClassName
{
background-color: #C8EBE3;
}
</style>
border-color css
<style>
span { border-color: #C8EBE3; }
span { border-color: rgb(200,235,227); }
td.TdClassName
{
border-color: #C8EBE3;
}
.TagClassName
{
border-color: #C8EBE3;
}
</style>