Shades of Mystic #D1D5D3
Tints of Mystic #D1D5D3
RGB
CMYK
RGB Variations
Color information
#D1D5D3 (or 0xD1D5D3) is known color: Mystic. HEX triplet: D1, D5 and D3. RGB value is (209,213,211). Sum of RGB (Red+Green+Blue) = 209+213+211=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5D3 is #2E2A2C. Grayscale: #D3D3D3. Windows color (decimal): -3025453 or 13882833. OLE color: 13882833.
HSL color Cylindrical-coordinate representation of color #D1D5D3: hue angle of 150º degrees, saturation: 0.05, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D1D5D3 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 213 | 211 | - |
CMYK | 0.02 | 0 | 0.01 | 0.16 |
HSL | 150º | 0.05% | 0.83% | - |
HSV(B) | 150º | 0.02% | 0.84% | - |
XYZ | 61.85 | 65.85 | 71.08 | - |
YUV | 211.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 213 | 211 | 0.02 | 0 | 0.01 | 0.16 | 150 | 0.05 | 0.83 |
Hex | D1 | D5 | D3 | 2 | 0 | 1 | 10 | 96 | 5 | 53 |
Octal | 321 | 325 | 323 | 2 | 0 | 1 | 20 | 226 | 5 | 123 |
Binary | 11010001 | 11010101 | 11010011 | 10 | 0 | 1 | 10000 | 10010110 | 101 | 1010011 |
Color Harmonies of #D1D5D3
Complementary color
Monochromatic Colors of #D1D5D3
Black with #D1D5D3
Text Example
Text Example
White with #D1D5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5D3; }
p { color: rgb(209,213,211); }
H1.HeaderClassName
{
color: #D1D5D3;
}
.AnyTagClassName
{
color: #D1D5D3;
}
</style>
background-color css
<style>
a { background-color: #D1D5D3; }
a { background-color: rgb(209,213,211); }
div.DivClassName
{
background-color: #D1D5D3;
}
.BgClassName
{
background-color: #D1D5D3;
}
</style>
border-color css
<style>
span { border-color: #D1D5D3; }
span { border-color: rgb(209,213,211); }
td.TdClassName
{
border-color: #D1D5D3;
}
.TagClassName
{
border-color: #D1D5D3;
}
</style>