Shades of Fog #D5D1DB
Tints of Fog #D5D1DB
RGB
CMYK
RGB Variations
Color information
#D5D1DB (or 0xD5D1DB) is known color: Fog. HEX triplet: D5, D1 and DB. RGB value is (213,209,219). Sum of RGB (Red+Green+Blue) = 213+209+219=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1DB is #2A2E24. Grayscale: #D3D3D3. Windows color (decimal): -2764325 or 14406101. OLE color: 14406101.
HSL color Cylindrical-coordinate representation of color #D5D1DB: hue angle of 264º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D1DB is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 209 | 219 | - |
CMYK | 0.03 | 0.05 | 0 | 0.14 |
HSL | 264º | 0.12% | 0.84% | - |
HSV(B) | 264º | 0.05% | 0.86% | - |
XYZ | 63.03 | 64.86 | 76.22 | - |
YUV | 211.34 | 132.33 | 129.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 209 | 219 | 0.03 | 0.05 | 0 | 0.14 | 264 | 0.12 | 0.84 |
Hex | D5 | D1 | DB | 3 | 5 | 0 | E | 108 | C | 54 |
Octal | 325 | 321 | 333 | 3 | 5 | 0 | 16 | 410 | 14 | 124 |
Binary | 11010101 | 11010001 | 11011011 | 11 | 101 | 0 | 1110 | 100001000 | 1100 | 1010100 |
Color Harmonies of #D5D1DB
Complementary color
Monochromatic Colors of #D5D1DB
Black with #D5D1DB
Text Example
Text Example
White with #D5D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D1DB; }
p { color: rgb(213,209,219); }
H1.HeaderClassName
{
color: #D5D1DB;
}
.AnyTagClassName
{
color: #D5D1DB;
}
</style>
background-color css
<style>
a { background-color: #D5D1DB; }
a { background-color: rgb(213,209,219); }
div.DivClassName
{
background-color: #D5D1DB;
}
.BgClassName
{
background-color: #D5D1DB;
}
</style>
border-color css
<style>
span { border-color: #D5D1DB; }
span { border-color: rgb(213,209,219); }
td.TdClassName
{
border-color: #D5D1DB;
}
.TagClassName
{
border-color: #D5D1DB;
}
</style>