Shades of Mystic #D9DFDC
Tints of Mystic #D9DFDC
RGB
CMYK
RGB Variations
Color information
#D9DFDC (or 0xD9DFDC) is known color: Mystic. HEX triplet: D9, DF and DC. RGB value is (217,223,220). Sum of RGB (Red+Green+Blue) = 217+223+220=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFDC is #262023. Grayscale: #DCDCDC. Windows color (decimal): -2498596 or 14475225. OLE color: 14475225.
HSL color Cylindrical-coordinate representation of color #D9DFDC: hue angle of 150º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DFDC is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 223 | 220 | - |
CMYK | 0.03 | 0 | 0.01 | 0.13 |
HSL | 150º | 0.09% | 0.86% | - |
HSV(B) | 150º | 0.03% | 0.87% | - |
XYZ | 67.92 | 72.69 | 78.16 | - |
YUV | 220.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 223 | 220 | 0.03 | 0 | 0.01 | 0.13 | 150 | 0.09 | 0.86 |
Hex | D9 | DF | DC | 3 | 0 | 1 | D | 96 | 9 | 56 |
Octal | 331 | 337 | 334 | 3 | 0 | 1 | 15 | 226 | 11 | 126 |
Binary | 11011001 | 11011111 | 11011100 | 11 | 0 | 1 | 1101 | 10010110 | 1001 | 1010110 |
Color Harmonies of #D9DFDC
Complementary color
Monochromatic Colors of #D9DFDC
Black with #D9DFDC
Text Example
Text Example
White with #D9DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFDC; }
p { color: rgb(217,223,220); }
H1.HeaderClassName
{
color: #D9DFDC;
}
.AnyTagClassName
{
color: #D9DFDC;
}
</style>
background-color css
<style>
a { background-color: #D9DFDC; }
a { background-color: rgb(217,223,220); }
div.DivClassName
{
background-color: #D9DFDC;
}
.BgClassName
{
background-color: #D9DFDC;
}
</style>
border-color css
<style>
span { border-color: #D9DFDC; }
span { border-color: rgb(217,223,220); }
td.TdClassName
{
border-color: #D9DFDC;
}
.TagClassName
{
border-color: #D9DFDC;
}
</style>