Shades of Fog #D6D5DA
Tints of Fog #D6D5DA
RGB
CMYK
RGB Variations
Color information
#D6D5DA (or 0xD6D5DA) is known color: Fog. HEX triplet: D6, D5 and DA. RGB value is (214,213,218). Sum of RGB (Red+Green+Blue) = 214+213+218=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6D5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5DA is #292A25. Grayscale: #D5D5D5. Windows color (decimal): -2697766 or 14341590. OLE color: 14341590.
HSL color Cylindrical-coordinate representation of color #D6D5DA: hue angle of 252º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D6D5DA is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 213 | 218 | - |
CMYK | 0.02 | 0.02 | 0 | 0.15 |
HSL | 252º | 0.06% | 0.85% | - |
HSV(B) | 252º | 0.02% | 0.85% | - |
XYZ | 64.18 | 66.95 | 75.87 | - |
YUV | 213.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 213 | 218 | 0.02 | 0.02 | 0 | 0.15 | 252 | 0.06 | 0.85 |
Hex | D6 | D5 | DA | 2 | 2 | 0 | F | FC | 6 | 55 |
Octal | 326 | 325 | 332 | 2 | 2 | 0 | 17 | 374 | 6 | 125 |
Binary | 11010110 | 11010101 | 11011010 | 10 | 10 | 0 | 1111 | 11111100 | 110 | 1010101 |
Color Harmonies of #D6D5DA
Complementary color
Monochromatic Colors of #D6D5DA
Black with #D6D5DA
Text Example
Text Example
White with #D6D5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D5DA; }
p { color: rgb(214,213,218); }
H1.HeaderClassName
{
color: #D6D5DA;
}
.AnyTagClassName
{
color: #D6D5DA;
}
</style>
background-color css
<style>
a { background-color: #D6D5DA; }
a { background-color: rgb(214,213,218); }
div.DivClassName
{
background-color: #D6D5DA;
}
.BgClassName
{
background-color: #D6D5DA;
}
</style>
border-color css
<style>
span { border-color: #D6D5DA; }
span { border-color: rgb(214,213,218); }
td.TdClassName
{
border-color: #D6D5DA;
}
.TagClassName
{
border-color: #D6D5DA;
}
</style>