Shades of Concrete #D3D1C8
Tints of Concrete #D3D1C8
RGB
CMYK
RGB Variations
Color information
#D3D1C8 (or 0xD3D1C8) is known color: Concrete. HEX triplet: D3, D1 and C8. RGB value is (211,209,200). Sum of RGB (Red+Green+Blue) = 211+209+200=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D1C8 is #2C2E37. Grayscale: #D0D0D0. Windows color (decimal): -2895416 or 13160915. OLE color: 13160915.
HSL color Cylindrical-coordinate representation of color #D3D1C8: hue angle of 49.09º degrees, saturation: 0.11, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3D1C8 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 209 | 200 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.17 |
| HSL | 49.09º | 0.11% | 0.81% | - |
| HSV(B) | 49.09º | 0.05% | 0.83% | - |
| XYZ | 60.09 | 63.62 | 63.76 | - |
| YUV | 208.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 200 | 0 | 0.01 | 0.05 | 0.17 | 49.09 | 0.11 | 0.81 |
| Hex | D3 | D1 | C8 | 0 | 1 | 5 | 11 | 31 | B | 51 |
| Octal | 323 | 321 | 310 | 0 | 1 | 5 | 21 | 61 | 13 | 121 |
| Binary | 11010011 | 11010001 | 11001000 | 0 | 1 | 101 | 10001 | 110001 | 1011 | 1010001 |
Color Harmonies of #D3D1C8
Complementary color
Monochromatic Colors of #D3D1C8
Black with #D3D1C8
Text Example
Text Example
White with #D3D1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1C8; }
p { color: rgb(211,209,200); }
H1.HeaderClassName
{
color: #D3D1C8;
}
.AnyTagClassName
{
color: #D3D1C8;
}
</style>
background-color css
<style>
a { background-color: #D3D1C8; }
a { background-color: rgb(211,209,200); }
div.DivClassName
{
background-color: #D3D1C8;
}
.BgClassName
{
background-color: #D3D1C8;
}
</style>
border-color css
<style>
span { border-color: #D3D1C8; }
span { border-color: rgb(211,209,200); }
td.TdClassName
{
border-color: #D3D1C8;
}
.TagClassName
{
border-color: #D3D1C8;
}
</style>