Shades of Jagged Ice #C8EBE6
Tints of Jagged Ice #C8EBE6
RGB
CMYK
RGB Variations
Color information
#C8EBE6 (or 0xC8EBE6) is known color: Jagged Ice. HEX triplet: C8, EB and E6. RGB value is (200,235,230). Sum of RGB (Red+Green+Blue) = 200+235+230=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EBE6 is #371419. Grayscale: #DFDFDF. Windows color (decimal): -3609626 or 15133640. OLE color: 15133640.
HSL color Cylindrical-coordinate representation of color #C8EBE6: hue angle of 171.43º 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 #C8EBE6 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 230 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.08 |
| HSL | 171.43º | 0.47% | 0.85% | - |
| HSV(B) | 171.43º | 0.15% | 0.92% | - |
| XYZ | 67.81 | 77.41 | 86.23 | - |
| YUV | 223.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 230 | 0.15 | 0 | 0.02 | 0.08 | 171.43 | 0.47 | 0.85 |
| Hex | C8 | EB | E6 | F | 0 | 2 | 8 | AB | 2F | 55 |
| Octal | 310 | 353 | 346 | 17 | 0 | 2 | 10 | 253 | 57 | 125 |
| Binary | 11001000 | 11101011 | 11100110 | 1111 | 0 | 10 | 1000 | 10101011 | 101111 | 1010101 |
Color Harmonies of #C8EBE6
Complementary color
Monochromatic Colors of #C8EBE6
Black with #C8EBE6
Text Example
Text Example
White with #C8EBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBE6; }
p { color: rgb(200,235,230); }
H1.HeaderClassName
{
color: #C8EBE6;
}
.AnyTagClassName
{
color: #C8EBE6;
}
</style>
background-color css
<style>
a { background-color: #C8EBE6; }
a { background-color: rgb(200,235,230); }
div.DivClassName
{
background-color: #C8EBE6;
}
.BgClassName
{
background-color: #C8EBE6;
}
</style>
border-color css
<style>
span { border-color: #C8EBE6; }
span { border-color: rgb(200,235,230); }
td.TdClassName
{
border-color: #C8EBE6;
}
.TagClassName
{
border-color: #C8EBE6;
}
</style>