Shades of Concrete #D6D5D1
Tints of Concrete #D6D5D1
RGB
CMYK
RGB Variations
Color information
#D6D5D1 (or 0xD6D5D1) is known color: Concrete. HEX triplet: D6, D5 and D1. RGB value is (214,213,209). Sum of RGB (Red+Green+Blue) = 214+213+209=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5D1 is #292A2E. Grayscale: #D4D4D4. Windows color (decimal): -2697775 or 13751766. OLE color: 13751766.
HSL color Cylindrical-coordinate representation of color #D6D5D1: hue angle of 48º degrees, saturation: 0.06, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D6D5D1 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 209 | - |
| CMYK | 0 | 0.00 | 0.02 | 0.16 |
| HSL | 48º | 0.06% | 0.83% | - |
| HSV(B) | 48º | 0.02% | 0.84% | - |
| XYZ | 63.03 | 66.49 | 69.83 | - |
| YUV | 212.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 209 | 0 | 0.00 | 0.02 | 0.16 | 48 | 0.06 | 0.83 |
| Hex | D6 | D5 | D1 | 0 | 0 | 2 | 10 | 30 | 6 | 53 |
| Octal | 326 | 325 | 321 | 0 | 0 | 2 | 20 | 60 | 6 | 123 |
| Binary | 11010110 | 11010101 | 11010001 | 0 | 0 | 10 | 10000 | 110000 | 110 | 1010011 |
Color Harmonies of #D6D5D1
Complementary color
Monochromatic Colors of #D6D5D1
Black with #D6D5D1
Text Example
Text Example
White with #D6D5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D5D1; }
p { color: rgb(214,213,209); }
H1.HeaderClassName
{
color: #D6D5D1;
}
.AnyTagClassName
{
color: #D6D5D1;
}
</style>
background-color css
<style>
a { background-color: #D6D5D1; }
a { background-color: rgb(214,213,209); }
div.DivClassName
{
background-color: #D6D5D1;
}
.BgClassName
{
background-color: #D6D5D1;
}
</style>
border-color css
<style>
span { border-color: #D6D5D1; }
span { border-color: rgb(214,213,209); }
td.TdClassName
{
border-color: #D6D5D1;
}
.TagClassName
{
border-color: #D6D5D1;
}
</style>