Shades of Fog #D4D2DB
Tints of Fog #D4D2DB
RGB
CMYK
RGB Variations
Color information
#D4D2DB (or 0xD4D2DB) is known color: Fog. HEX triplet: D4, D2 and DB. RGB value is (212,210,219). Sum of RGB (Red+Green+Blue) = 212+210+219=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 210 (82.42% from 255 or 32.76% 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 #D4D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2DB is #2B2D24. Grayscale: #D3D3D3. Windows color (decimal): -2829605 or 14406356. OLE color: 14406356.
HSL color Cylindrical-coordinate representation of color #D4D2DB: hue angle of 253.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4D2DB is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 210 | 219 | - |
CMYK | 0.03 | 0.04 | 0 | 0.14 |
HSL | 253.33º | 0.11% | 0.84% | - |
HSV(B) | 253.33º | 0.04% | 0.86% | - |
XYZ | 62.98 | 65.2 | 76.28 | - |
YUV | 211.62 | 132.16 | 128.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 210 | 219 | 0.03 | 0.04 | 0 | 0.14 | 253.33 | 0.11 | 0.84 |
Hex | D4 | D2 | DB | 3 | 4 | 0 | E | FD | B | 54 |
Octal | 324 | 322 | 333 | 3 | 4 | 0 | 16 | 375 | 13 | 124 |
Binary | 11010100 | 11010010 | 11011011 | 11 | 100 | 0 | 1110 | 11111101 | 1011 | 1010100 |
Color Harmonies of #D4D2DB
Complementary color
Monochromatic Colors of #D4D2DB
Black with #D4D2DB
Text Example
Text Example
White with #D4D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D2DB; }
p { color: rgb(212,210,219); }
H1.HeaderClassName
{
color: #D4D2DB;
}
.AnyTagClassName
{
color: #D4D2DB;
}
</style>
background-color css
<style>
a { background-color: #D4D2DB; }
a { background-color: rgb(212,210,219); }
div.DivClassName
{
background-color: #D4D2DB;
}
.BgClassName
{
background-color: #D4D2DB;
}
</style>
border-color css
<style>
span { border-color: #D4D2DB; }
span { border-color: rgb(212,210,219); }
td.TdClassName
{
border-color: #D4D2DB;
}
.TagClassName
{
border-color: #D4D2DB;
}
</style>