Shades of Fog #D5D4DA
Tints of Fog #D5D4DA
RGB
CMYK
RGB Variations
Color information
#D5D4DA (or 0xD5D4DA) is known color: Fog. HEX triplet: D5, D4 and DA. RGB value is (213,212,218). Sum of RGB (Red+Green+Blue) = 213+212+218=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5D4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4DA is #2A2B25. Grayscale: #D4D4D4. Windows color (decimal): -2763558 or 14341333. OLE color: 14341333.
HSL color Cylindrical-coordinate representation of color #D5D4DA: hue angle of 250º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5D4DA is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 212 | 218 | - |
CMYK | 0.02 | 0.03 | 0 | 0.15 |
HSL | 250º | 0.08% | 0.84% | - |
HSV(B) | 250º | 0.03% | 0.85% | - |
XYZ | 63.64 | 66.3 | 75.77 | - |
YUV | 212.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 212 | 218 | 0.02 | 0.03 | 0 | 0.15 | 250 | 0.08 | 0.84 |
Hex | D5 | D4 | DA | 2 | 3 | 0 | F | FA | 8 | 54 |
Octal | 325 | 324 | 332 | 2 | 3 | 0 | 17 | 372 | 10 | 124 |
Binary | 11010101 | 11010100 | 11011010 | 10 | 11 | 0 | 1111 | 11111010 | 1000 | 1010100 |
Color Harmonies of #D5D4DA
Complementary color
Monochromatic Colors of #D5D4DA
Black with #D5D4DA
Text Example
Text Example
White with #D5D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D4DA; }
p { color: rgb(213,212,218); }
H1.HeaderClassName
{
color: #D5D4DA;
}
.AnyTagClassName
{
color: #D5D4DA;
}
</style>
background-color css
<style>
a { background-color: #D5D4DA; }
a { background-color: rgb(213,212,218); }
div.DivClassName
{
background-color: #D5D4DA;
}
.BgClassName
{
background-color: #D5D4DA;
}
</style>
border-color css
<style>
span { border-color: #D5D4DA; }
span { border-color: rgb(213,212,218); }
td.TdClassName
{
border-color: #D5D4DA;
}
.TagClassName
{
border-color: #D5D4DA;
}
</style>