Shades of Fog #D5D0DB
Tints of Fog #D5D0DB
RGB
CMYK
RGB Variations
Color information
#D5D0DB (or 0xD5D0DB) is known color: Fog. HEX triplet: D5, D0 and DB. RGB value is (213,208,219). Sum of RGB (Red+Green+Blue) = 213+208+219=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5D0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0DB is #2A2F24. Grayscale: #D2D2D2. Windows color (decimal): -2764581 or 14405845. OLE color: 14405845.
HSL color Cylindrical-coordinate representation of color #D5D0DB: hue angle of 267.27º degrees, saturation: 0.13, 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 #D5D0DB is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 208 | 219 | - |
CMYK | 0.03 | 0.05 | 0 | 0.14 |
HSL | 267.27º | 0.13% | 0.84% | - |
HSV(B) | 267.27º | 0.05% | 0.86% | - |
XYZ | 62.78 | 64.37 | 76.13 | - |
YUV | 210.75 | 132.66 | 129.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 208 | 219 | 0.03 | 0.05 | 0 | 0.14 | 267.27 | 0.13 | 0.84 |
Hex | D5 | D0 | DB | 3 | 5 | 0 | E | 10B | D | 54 |
Octal | 325 | 320 | 333 | 3 | 5 | 0 | 16 | 413 | 15 | 124 |
Binary | 11010101 | 11010000 | 11011011 | 11 | 101 | 0 | 1110 | 100001011 | 1101 | 1010100 |
Color Harmonies of #D5D0DB
Complementary color
Monochromatic Colors of #D5D0DB
Black with #D5D0DB
Text Example
Text Example
White with #D5D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D0DB; }
p { color: rgb(213,208,219); }
H1.HeaderClassName
{
color: #D5D0DB;
}
.AnyTagClassName
{
color: #D5D0DB;
}
</style>
background-color css
<style>
a { background-color: #D5D0DB; }
a { background-color: rgb(213,208,219); }
div.DivClassName
{
background-color: #D5D0DB;
}
.BgClassName
{
background-color: #D5D0DB;
}
</style>
border-color css
<style>
span { border-color: #D5D0DB; }
span { border-color: rgb(213,208,219); }
td.TdClassName
{
border-color: #D5D0DB;
}
.TagClassName
{
border-color: #D5D0DB;
}
</style>