Shades of Jagged Ice #C6E3DE
Tints of Jagged Ice #C6E3DE
RGB
CMYK
RGB Variations
Color information
#C6E3DE (or 0xC6E3DE) is known color: Jagged Ice. HEX triplet: C6, E3 and DE. RGB value is (198,227,222). Sum of RGB (Red+Green+Blue) = 198+227+222=647 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.60% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 227 - color contains mainly: green. Hex color #C6E3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6E3DE is #391C21. Grayscale: #D9D9D9. Windows color (decimal): -3742754 or 14607302. OLE color: 14607302.
HSL color Cylindrical-coordinate representation of color #C6E3DE: hue angle of 169.66º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6E3DE is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 227 | 222 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.11 |
| HSL | 169.66º | 0.34% | 0.83% | - |
| HSV(B) | 169.66º | 0.13% | 0.89% | - |
| XYZ | 63.94 | 72.22 | 79.68 | - |
| YUV | 217.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 227 | 222 | 0.13 | 0 | 0.02 | 0.11 | 169.66 | 0.34 | 0.83 |
| Hex | C6 | E3 | DE | D | 0 | 2 | B | AA | 22 | 53 |
| Octal | 306 | 343 | 336 | 15 | 0 | 2 | 13 | 252 | 42 | 123 |
| Binary | 11000110 | 11100011 | 11011110 | 1101 | 0 | 10 | 1011 | 10101010 | 100010 | 1010011 |
Color Harmonies of #C6E3DE
Complementary color
Monochromatic Colors of #C6E3DE
Black with #C6E3DE
Text Example
Text Example
White with #C6E3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E3DE; }
p { color: rgb(198,227,222); }
H1.HeaderClassName
{
color: #C6E3DE;
}
.AnyTagClassName
{
color: #C6E3DE;
}
</style>
background-color css
<style>
a { background-color: #C6E3DE; }
a { background-color: rgb(198,227,222); }
div.DivClassName
{
background-color: #C6E3DE;
}
.BgClassName
{
background-color: #C6E3DE;
}
</style>
border-color css
<style>
span { border-color: #C6E3DE; }
span { border-color: rgb(198,227,222); }
td.TdClassName
{
border-color: #C6E3DE;
}
.TagClassName
{
border-color: #C6E3DE;
}
</style>