Shades of Mystic #D0DFD6
Tints of Mystic #D0DFD6
RGB
CMYK
RGB Variations
Color information
#D0DFD6 (or 0xD0DFD6) is known color: Mystic. HEX triplet: D0, DF and D6. RGB value is (208,223,214). Sum of RGB (Red+Green+Blue) = 208+223+214=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFD6 is #2F2029. Grayscale: #D9D9D9. Windows color (decimal): -3088426 or 14082000. OLE color: 14082000.
HSL color Cylindrical-coordinate representation of color #D0DFD6: hue angle of 144º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0DFD6 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 223 | 214 | - |
CMYK | 0.07 | 0 | 0.04 | 0.13 |
HSL | 144º | 0.19% | 0.85% | - |
HSV(B) | 144º | 0.07% | 0.87% | - |
XYZ | 64.54 | 71.04 | 73.93 | - |
YUV | 217.49 | 126.03 | 121.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 223 | 214 | 0.07 | 0 | 0.04 | 0.13 | 144 | 0.19 | 0.85 |
Hex | D0 | DF | D6 | 7 | 0 | 4 | D | 90 | 13 | 55 |
Octal | 320 | 337 | 326 | 7 | 0 | 4 | 15 | 220 | 23 | 125 |
Binary | 11010000 | 11011111 | 11010110 | 111 | 0 | 100 | 1101 | 10010000 | 10011 | 1010101 |
Color Harmonies of #D0DFD6
Complementary color
Monochromatic Colors of #D0DFD6
Black with #D0DFD6
Text Example
Text Example
White with #D0DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFD6; }
p { color: rgb(208,223,214); }
H1.HeaderClassName
{
color: #D0DFD6;
}
.AnyTagClassName
{
color: #D0DFD6;
}
</style>
background-color css
<style>
a { background-color: #D0DFD6; }
a { background-color: rgb(208,223,214); }
div.DivClassName
{
background-color: #D0DFD6;
}
.BgClassName
{
background-color: #D0DFD6;
}
</style>
border-color css
<style>
span { border-color: #D0DFD6; }
span { border-color: rgb(208,223,214); }
td.TdClassName
{
border-color: #D0DFD6;
}
.TagClassName
{
border-color: #D0DFD6;
}
</style>