Shades of Mystic #D6E6DC
Tints of Mystic #D6E6DC
RGB
CMYK
RGB Variations
Color information
#D6E6DC (or 0xD6E6DC) is known color: Mystic. HEX triplet: D6, E6 and DC. RGB value is (214,230,220). Sum of RGB (Red+Green+Blue) = 214+230+220=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E6DC is #291923. Grayscale: #E0E0E0. Windows color (decimal): -2693412 or 14477014. OLE color: 14477014.
HSL color Cylindrical-coordinate representation of color #D6E6DC: hue angle of 142.5º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6E6DC is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 220 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.10 |
| HSL | 142.5º | 0.24% | 0.87% | - |
| HSV(B) | 142.5º | 0.07% | 0.9% | - |
| XYZ | 68.95 | 76.06 | 78.76 | - |
| YUV | 224.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 220 | 0.07 | 0 | 0.04 | 0.10 | 142.5 | 0.24 | 0.87 |
| Hex | D6 | E6 | DC | 7 | 0 | 4 | A | 8E | 18 | 57 |
| Octal | 326 | 346 | 334 | 7 | 0 | 4 | 12 | 216 | 30 | 127 |
| Binary | 11010110 | 11100110 | 11011100 | 111 | 0 | 100 | 1010 | 10001110 | 11000 | 1010111 |
Color Harmonies of #D6E6DC
Complementary color
Monochromatic Colors of #D6E6DC
Black with #D6E6DC
Text Example
Text Example
White with #D6E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E6DC; }
p { color: rgb(214,230,220); }
H1.HeaderClassName
{
color: #D6E6DC;
}
.AnyTagClassName
{
color: #D6E6DC;
}
</style>
background-color css
<style>
a { background-color: #D6E6DC; }
a { background-color: rgb(214,230,220); }
div.DivClassName
{
background-color: #D6E6DC;
}
.BgClassName
{
background-color: #D6E6DC;
}
</style>
border-color css
<style>
span { border-color: #D6E6DC; }
span { border-color: rgb(214,230,220); }
td.TdClassName
{
border-color: #D6E6DC;
}
.TagClassName
{
border-color: #D6E6DC;
}
</style>