Shades of Jagged Ice #C6E2DE
Tints of Jagged Ice #C6E2DE
RGB
CMYK
RGB Variations
Color information
#C6E2DE (or 0xC6E2DE) is known color: Jagged Ice. HEX triplet: C6, E2 and DE. RGB value is (198,226,222). Sum of RGB (Red+Green+Blue) = 198+226+222=646 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.65% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6E2DE is #391D21. Grayscale: #D9D9D9. Windows color (decimal): -3743010 or 14607046. OLE color: 14607046.
HSL color Cylindrical-coordinate representation of color #C6E2DE: hue angle of 171.43º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6E2DE is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 226 | 222 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.11 |
| HSL | 171.43º | 0.33% | 0.83% | - |
| HSV(B) | 171.43º | 0.12% | 0.89% | - |
| XYZ | 63.67 | 71.67 | 79.59 | - |
| YUV | 217.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 226 | 222 | 0.12 | 0 | 0.02 | 0.11 | 171.43 | 0.33 | 0.83 |
| Hex | C6 | E2 | DE | C | 0 | 2 | B | AB | 21 | 53 |
| Octal | 306 | 342 | 336 | 14 | 0 | 2 | 13 | 253 | 41 | 123 |
| Binary | 11000110 | 11100010 | 11011110 | 1100 | 0 | 10 | 1011 | 10101011 | 100001 | 1010011 |
Color Harmonies of #C6E2DE
Complementary color
Monochromatic Colors of #C6E2DE
Black with #C6E2DE
Text Example
Text Example
White with #C6E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E2DE; }
p { color: rgb(198,226,222); }
H1.HeaderClassName
{
color: #C6E2DE;
}
.AnyTagClassName
{
color: #C6E2DE;
}
</style>
background-color css
<style>
a { background-color: #C6E2DE; }
a { background-color: rgb(198,226,222); }
div.DivClassName
{
background-color: #C6E2DE;
}
.BgClassName
{
background-color: #C6E2DE;
}
</style>
border-color css
<style>
span { border-color: #C6E2DE; }
span { border-color: rgb(198,226,222); }
td.TdClassName
{
border-color: #C6E2DE;
}
.TagClassName
{
border-color: #C6E2DE;
}
</style>