Shades of Mystic #D2DFD6
Tints of Mystic #D2DFD6
RGB
CMYK
RGB Variations
Color information
#D2DFD6 (or 0xD2DFD6) is known color: Mystic. HEX triplet: D2, DF and D6. RGB value is (210,223,214). Sum of RGB (Red+Green+Blue) = 210+223+214=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFD6 is #2D2029. Grayscale: #DADADA. Windows color (decimal): -2957354 or 14082002. OLE color: 14082002.
HSL color Cylindrical-coordinate representation of color #D2DFD6: hue angle of 138.46º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DFD6 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 214 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.13 |
| HSL | 138.46º | 0.17% | 0.85% | - |
| HSV(B) | 138.46º | 0.06% | 0.87% | - |
| XYZ | 65.1 | 71.33 | 73.96 | - |
| YUV | 218.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 214 | 0.06 | 0 | 0.04 | 0.13 | 138.46 | 0.17 | 0.85 |
| Hex | D2 | DF | D6 | 6 | 0 | 4 | D | 8A | 11 | 55 |
| Octal | 322 | 337 | 326 | 6 | 0 | 4 | 15 | 212 | 21 | 125 |
| Binary | 11010010 | 11011111 | 11010110 | 110 | 0 | 100 | 1101 | 10001010 | 10001 | 1010101 |
Color Harmonies of #D2DFD6
Complementary color
Monochromatic Colors of #D2DFD6
Black with #D2DFD6
Text Example
Text Example
White with #D2DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFD6; }
p { color: rgb(210,223,214); }
H1.HeaderClassName
{
color: #D2DFD6;
}
.AnyTagClassName
{
color: #D2DFD6;
}
</style>
background-color css
<style>
a { background-color: #D2DFD6; }
a { background-color: rgb(210,223,214); }
div.DivClassName
{
background-color: #D2DFD6;
}
.BgClassName
{
background-color: #D2DFD6;
}
</style>
border-color css
<style>
span { border-color: #D2DFD6; }
span { border-color: rgb(210,223,214); }
td.TdClassName
{
border-color: #D2DFD6;
}
.TagClassName
{
border-color: #D2DFD6;
}
</style>