Shades of Jagged Ice #C6ECE8
Tints of Jagged Ice #C6ECE8
RGB
CMYK
RGB Variations
Color information
#C6ECE8 (or 0xC6ECE8) is known color: Jagged Ice. HEX triplet: C6, EC and E8. RGB value is (198,236,232). Sum of RGB (Red+Green+Blue) = 198+236+232=666 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.73% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #C6ECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6ECE8 is #391317. Grayscale: #E0E0E0. Windows color (decimal): -3740440 or 15264966. OLE color: 15264966.
HSL color Cylindrical-coordinate representation of color #C6ECE8: hue angle of 173.68º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6ECE8 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 232 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.07 |
| HSL | 173.68º | 0.5% | 0.85% | - |
| HSV(B) | 173.68º | 0.16% | 0.93% | - |
| XYZ | 67.85 | 77.82 | 87.79 | - |
| YUV | 224.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 232 | 0.16 | 0 | 0.02 | 0.07 | 173.68 | 0.5 | 0.85 |
| Hex | C6 | EC | E8 | 10 | 0 | 2 | 7 | AE | 32 | 55 |
| Octal | 306 | 354 | 350 | 20 | 0 | 2 | 7 | 256 | 62 | 125 |
| Binary | 11000110 | 11101100 | 11101000 | 10000 | 0 | 10 | 111 | 10101110 | 110010 | 1010101 |
Color Harmonies of #C6ECE8
Complementary color
Monochromatic Colors of #C6ECE8
Black with #C6ECE8
Text Example
Text Example
White with #C6ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ECE8; }
p { color: rgb(198,236,232); }
H1.HeaderClassName
{
color: #C6ECE8;
}
.AnyTagClassName
{
color: #C6ECE8;
}
</style>
background-color css
<style>
a { background-color: #C6ECE8; }
a { background-color: rgb(198,236,232); }
div.DivClassName
{
background-color: #C6ECE8;
}
.BgClassName
{
background-color: #C6ECE8;
}
</style>
border-color css
<style>
span { border-color: #C6ECE8; }
span { border-color: rgb(198,236,232); }
td.TdClassName
{
border-color: #C6ECE8;
}
.TagClassName
{
border-color: #C6ECE8;
}
</style>