Shades of Mystic #D7DFDB
Tints of Mystic #D7DFDB
RGB
CMYK
RGB Variations
Color information
#D7DFDB (or 0xD7DFDB) is known color: Mystic. HEX triplet: D7, DF and DB. RGB value is (215,223,219). Sum of RGB (Red+Green+Blue) = 215+223+219=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFDB is #282024. Grayscale: #DCDCDC. Windows color (decimal): -2629669 or 14409687. OLE color: 14409687.
HSL color Cylindrical-coordinate representation of color #D7DFDB: hue angle of 150º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DFDB is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 223 | 219 | - |
CMYK | 0.04 | 0 | 0.02 | 0.13 |
HSL | 150º | 0.11% | 0.86% | - |
HSV(B) | 150º | 0.04% | 0.87% | - |
XYZ | 67.2 | 72.34 | 77.44 | - |
YUV | 220.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 223 | 219 | 0.04 | 0 | 0.02 | 0.13 | 150 | 0.11 | 0.86 |
Hex | D7 | DF | DB | 4 | 0 | 2 | D | 96 | B | 56 |
Octal | 327 | 337 | 333 | 4 | 0 | 2 | 15 | 226 | 13 | 126 |
Binary | 11010111 | 11011111 | 11011011 | 100 | 0 | 10 | 1101 | 10010110 | 1011 | 1010110 |
Color Harmonies of #D7DFDB
Complementary color
Monochromatic Colors of #D7DFDB
Black with #D7DFDB
Text Example
Text Example
White with #D7DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFDB; }
p { color: rgb(215,223,219); }
H1.HeaderClassName
{
color: #D7DFDB;
}
.AnyTagClassName
{
color: #D7DFDB;
}
</style>
background-color css
<style>
a { background-color: #D7DFDB; }
a { background-color: rgb(215,223,219); }
div.DivClassName
{
background-color: #D7DFDB;
}
.BgClassName
{
background-color: #D7DFDB;
}
</style>
border-color css
<style>
span { border-color: #D7DFDB; }
span { border-color: rgb(215,223,219); }
td.TdClassName
{
border-color: #D7DFDB;
}
.TagClassName
{
border-color: #D7DFDB;
}
</style>