Shades of Jagged Ice #C6EDE8
Tints of Jagged Ice #C6EDE8
RGB
CMYK
RGB Variations
Color information
#C6EDE8 (or 0xC6EDE8) is known color: Jagged Ice. HEX triplet: C6, ED and E8. RGB value is (198,237,232). Sum of RGB (Red+Green+Blue) = 198+237+232=667 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.69% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EDE8 is #391217. Grayscale: #E0E0E0. Windows color (decimal): -3740184 or 15265222. OLE color: 15265222.
HSL color Cylindrical-coordinate representation of color #C6EDE8: hue angle of 172.31º degrees, saturation: 0.52, 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 #C6EDE8 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 232 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.07 |
| HSL | 172.31º | 0.52% | 0.85% | - |
| HSV(B) | 172.31º | 0.16% | 0.93% | - |
| XYZ | 68.14 | 78.4 | 87.89 | - |
| YUV | 224.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 232 | 0.16 | 0 | 0.02 | 0.07 | 172.31 | 0.52 | 0.85 |
| Hex | C6 | ED | E8 | 10 | 0 | 2 | 7 | AC | 34 | 55 |
| Octal | 306 | 355 | 350 | 20 | 0 | 2 | 7 | 254 | 64 | 125 |
| Binary | 11000110 | 11101101 | 11101000 | 10000 | 0 | 10 | 111 | 10101100 | 110100 | 1010101 |
Color Harmonies of #C6EDE8
Complementary color
Monochromatic Colors of #C6EDE8
Black with #C6EDE8
Text Example
Text Example
White with #C6EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDE8; }
p { color: rgb(198,237,232); }
H1.HeaderClassName
{
color: #C6EDE8;
}
.AnyTagClassName
{
color: #C6EDE8;
}
</style>
background-color css
<style>
a { background-color: #C6EDE8; }
a { background-color: rgb(198,237,232); }
div.DivClassName
{
background-color: #C6EDE8;
}
.BgClassName
{
background-color: #C6EDE8;
}
</style>
border-color css
<style>
span { border-color: #C6EDE8; }
span { border-color: rgb(198,237,232); }
td.TdClassName
{
border-color: #C6EDE8;
}
.TagClassName
{
border-color: #C6EDE8;
}
</style>