Shades of Fog #D5D1DA
Tints of Fog #D5D1DA
RGB
CMYK
RGB Variations
Color information
#D5D1DA (or 0xD5D1DA) is known color: Fog. HEX triplet: D5, D1 and DA. RGB value is (213,209,218). Sum of RGB (Red+Green+Blue) = 213+209+218=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5D1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1DA is #2A2E25. Grayscale: #D3D3D3. Windows color (decimal): -2764326 or 14340565. OLE color: 14340565.
HSL color Cylindrical-coordinate representation of color #D5D1DA: hue angle of 266.67º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D1DA is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 209 | 218 | - |
CMYK | 0.02 | 0.04 | 0 | 0.15 |
HSL | 266.67º | 0.11% | 0.84% | - |
HSV(B) | 266.67º | 0.04% | 0.85% | - |
XYZ | 62.9 | 64.81 | 75.52 | - |
YUV | 211.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 209 | 218 | 0.02 | 0.04 | 0 | 0.15 | 266.67 | 0.11 | 0.84 |
Hex | D5 | D1 | DA | 2 | 4 | 0 | F | 10B | B | 54 |
Octal | 325 | 321 | 332 | 2 | 4 | 0 | 17 | 413 | 13 | 124 |
Binary | 11010101 | 11010001 | 11011010 | 10 | 100 | 0 | 1111 | 100001011 | 1011 | 1010100 |
Color Harmonies of #D5D1DA
Complementary color
Monochromatic Colors of #D5D1DA
Black with #D5D1DA
Text Example
Text Example
White with #D5D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D1DA; }
p { color: rgb(213,209,218); }
H1.HeaderClassName
{
color: #D5D1DA;
}
.AnyTagClassName
{
color: #D5D1DA;
}
</style>
background-color css
<style>
a { background-color: #D5D1DA; }
a { background-color: rgb(213,209,218); }
div.DivClassName
{
background-color: #D5D1DA;
}
.BgClassName
{
background-color: #D5D1DA;
}
</style>
border-color css
<style>
span { border-color: #D5D1DA; }
span { border-color: rgb(213,209,218); }
td.TdClassName
{
border-color: #D5D1DA;
}
.TagClassName
{
border-color: #D5D1DA;
}
</style>