Shades of Concrete #D5D3C9
Tints of Concrete #D5D3C9
RGB
CMYK
RGB Variations
Color information
#D5D3C9 (or 0xD5D3C9) is known color: Concrete. HEX triplet: D5, D3 and C9. RGB value is (213,211,201). Sum of RGB (Red+Green+Blue) = 213+211+201=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D3C9 is #2A2C36. Grayscale: #D2D2D2. Windows color (decimal): -2763831 or 13226965. OLE color: 13226965.
HSL color Cylindrical-coordinate representation of color #D5D3C9: hue angle of 50º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5D3C9 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 201 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.16 |
| HSL | 50º | 0.13% | 0.81% | - |
| HSV(B) | 50º | 0.06% | 0.84% | - |
| XYZ | 61.28 | 64.95 | 64.57 | - |
| YUV | 210.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 201 | 0 | 0.01 | 0.06 | 0.16 | 50 | 0.13 | 0.81 |
| Hex | D5 | D3 | C9 | 0 | 1 | 6 | 10 | 32 | C | 51 |
| Octal | 325 | 323 | 311 | 0 | 1 | 6 | 20 | 62 | 14 | 121 |
| Binary | 11010101 | 11010011 | 11001001 | 0 | 1 | 110 | 10000 | 110010 | 1100 | 1010001 |
Color Harmonies of #D5D3C9
Complementary color
Monochromatic Colors of #D5D3C9
Black with #D5D3C9
Text Example
Text Example
White with #D5D3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D3C9; }
p { color: rgb(213,211,201); }
H1.HeaderClassName
{
color: #D5D3C9;
}
.AnyTagClassName
{
color: #D5D3C9;
}
</style>
background-color css
<style>
a { background-color: #D5D3C9; }
a { background-color: rgb(213,211,201); }
div.DivClassName
{
background-color: #D5D3C9;
}
.BgClassName
{
background-color: #D5D3C9;
}
</style>
border-color css
<style>
span { border-color: #D5D3C9; }
span { border-color: rgb(213,211,201); }
td.TdClassName
{
border-color: #D5D3C9;
}
.TagClassName
{
border-color: #D5D3C9;
}
</style>