Shades of Jagged Ice #C8ECE6
Tints of Jagged Ice #C8ECE6
RGB
CMYK
RGB Variations
Color information
#C8ECE6 (or 0xC8ECE6) is known color: Jagged Ice. HEX triplet: C8, EC and E6. RGB value is (200,236,230). Sum of RGB (Red+Green+Blue) = 200+236+230=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECE6 is #371319. Grayscale: #E0E0E0. Windows color (decimal): -3609370 or 15133896. OLE color: 15133896.
HSL color Cylindrical-coordinate representation of color #C8ECE6: hue angle of 170º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8ECE6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 230 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.07 |
| HSL | 170º | 0.49% | 0.85% | - |
| HSV(B) | 170º | 0.15% | 0.93% | - |
| XYZ | 68.1 | 77.98 | 86.33 | - |
| YUV | 224.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 230 | 0.15 | 0 | 0.03 | 0.07 | 170 | 0.49 | 0.85 |
| Hex | C8 | EC | E6 | F | 0 | 3 | 7 | AA | 31 | 55 |
| Octal | 310 | 354 | 346 | 17 | 0 | 3 | 7 | 252 | 61 | 125 |
| Binary | 11001000 | 11101100 | 11100110 | 1111 | 0 | 11 | 111 | 10101010 | 110001 | 1010101 |
Color Harmonies of #C8ECE6
Complementary color
Monochromatic Colors of #C8ECE6
Black with #C8ECE6
Text Example
Text Example
White with #C8ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECE6; }
p { color: rgb(200,236,230); }
H1.HeaderClassName
{
color: #C8ECE6;
}
.AnyTagClassName
{
color: #C8ECE6;
}
</style>
background-color css
<style>
a { background-color: #C8ECE6; }
a { background-color: rgb(200,236,230); }
div.DivClassName
{
background-color: #C8ECE6;
}
.BgClassName
{
background-color: #C8ECE6;
}
</style>
border-color css
<style>
span { border-color: #C8ECE6; }
span { border-color: rgb(200,236,230); }
td.TdClassName
{
border-color: #C8ECE6;
}
.TagClassName
{
border-color: #C8ECE6;
}
</style>