Shades of Fog #D4D3D7
Tints of Fog #D4D3D7
RGB
CMYK
RGB Variations
Color information
#D4D3D7 (or 0xD4D3D7) is known color: Fog. HEX triplet: D4, D3 and D7. RGB value is (212,211,215). Sum of RGB (Red+Green+Blue) = 212+211+215=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4D3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D3D7 is #2B2C28. Grayscale: #D3D3D3. Windows color (decimal): -2829353 or 14144468. OLE color: 14144468.
HSL color Cylindrical-coordinate representation of color #D4D3D7: hue angle of 255º degrees, saturation: 0.05, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D4D3D7 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 211 | 215 | - |
CMYK | 0.01 | 0.02 | 0 | 0.16 |
HSL | 255º | 0.05% | 0.84% | - |
HSV(B) | 255º | 0.02% | 0.84% | - |
XYZ | 62.71 | 65.49 | 73.63 | - |
YUV | 211.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 211 | 215 | 0.01 | 0.02 | 0 | 0.16 | 255 | 0.05 | 0.84 |
Hex | D4 | D3 | D7 | 1 | 2 | 0 | 10 | FF | 5 | 54 |
Octal | 324 | 323 | 327 | 1 | 2 | 0 | 20 | 377 | 5 | 124 |
Binary | 11010100 | 11010011 | 11010111 | 1 | 10 | 0 | 10000 | 11111111 | 101 | 1010100 |
Color Harmonies of #D4D3D7
Complementary color
Monochromatic Colors of #D4D3D7
Black with #D4D3D7
Text Example
Text Example
White with #D4D3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D3D7; }
p { color: rgb(212,211,215); }
H1.HeaderClassName
{
color: #D4D3D7;
}
.AnyTagClassName
{
color: #D4D3D7;
}
</style>
background-color css
<style>
a { background-color: #D4D3D7; }
a { background-color: rgb(212,211,215); }
div.DivClassName
{
background-color: #D4D3D7;
}
.BgClassName
{
background-color: #D4D3D7;
}
</style>
border-color css
<style>
span { border-color: #D4D3D7; }
span { border-color: rgb(212,211,215); }
td.TdClassName
{
border-color: #D4D3D7;
}
.TagClassName
{
border-color: #D4D3D7;
}
</style>