Shades of Fog #D4D1DB
Tints of Fog #D4D1DB
RGB
CMYK
RGB Variations
Color information
#D4D1DB (or 0xD4D1DB) is known color: Fog. HEX triplet: D4, D1 and DB. RGB value is (212,209,219). Sum of RGB (Red+Green+Blue) = 212+209+219=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 209 (82.03% from 255 or 32.66% 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 #D4D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1DB is #2B2E24. Grayscale: #D2D2D2. Windows color (decimal): -2829861 or 14406100. OLE color: 14406100.
HSL color Cylindrical-coordinate representation of color #D4D1DB: hue angle of 258º 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 #D4D1DB is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 209 | 219 | - |
CMYK | 0.03 | 0.05 | 0 | 0.14 |
HSL | 258º | 0.12% | 0.84% | - |
HSV(B) | 258º | 0.05% | 0.86% | - |
XYZ | 62.74 | 64.71 | 76.2 | - |
YUV | 211.04 | 132.49 | 128.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 209 | 219 | 0.03 | 0.05 | 0 | 0.14 | 258 | 0.12 | 0.84 |
Hex | D4 | D1 | DB | 3 | 5 | 0 | E | 102 | C | 54 |
Octal | 324 | 321 | 333 | 3 | 5 | 0 | 16 | 402 | 14 | 124 |
Binary | 11010100 | 11010001 | 11011011 | 11 | 101 | 0 | 1110 | 100000010 | 1100 | 1010100 |
Color Harmonies of #D4D1DB
Complementary color
Monochromatic Colors of #D4D1DB
Black with #D4D1DB
Text Example
Text Example
White with #D4D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1DB; }
p { color: rgb(212,209,219); }
H1.HeaderClassName
{
color: #D4D1DB;
}
.AnyTagClassName
{
color: #D4D1DB;
}
</style>
background-color css
<style>
a { background-color: #D4D1DB; }
a { background-color: rgb(212,209,219); }
div.DivClassName
{
background-color: #D4D1DB;
}
.BgClassName
{
background-color: #D4D1DB;
}
</style>
border-color css
<style>
span { border-color: #D4D1DB; }
span { border-color: rgb(212,209,219); }
td.TdClassName
{
border-color: #D4D1DB;
}
.TagClassName
{
border-color: #D4D1DB;
}
</style>