Shades of Concrete #D3D2CC
Tints of Concrete #D3D2CC
RGB
CMYK
RGB Variations
Color information
#D3D2CC (or 0xD3D2CC) is known color: Concrete. HEX triplet: D3, D2 and CC. RGB value is (211,210,204). Sum of RGB (Red+Green+Blue) = 211+210+204=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D2CC is #2C2D33. Grayscale: #D1D1D1. Windows color (decimal): -2895156 or 13423315. OLE color: 13423315.
HSL color Cylindrical-coordinate representation of color #D3D2CC: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D3D2CC is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 204 | - |
| CMYK | 0 | 0.00 | 0.03 | 0.17 |
| HSL | 51.43º | 0.07% | 0.81% | - |
| HSV(B) | 51.43º | 0.03% | 0.83% | - |
| XYZ | 60.81 | 64.3 | 66.33 | - |
| YUV | 209.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 204 | 0 | 0.00 | 0.03 | 0.17 | 51.43 | 0.07 | 0.81 |
| Hex | D3 | D2 | CC | 0 | 0 | 3 | 11 | 33 | 7 | 51 |
| Octal | 323 | 322 | 314 | 0 | 0 | 3 | 21 | 63 | 7 | 121 |
| Binary | 11010011 | 11010010 | 11001100 | 0 | 0 | 11 | 10001 | 110011 | 111 | 1010001 |
Color Harmonies of #D3D2CC
Complementary color
Monochromatic Colors of #D3D2CC
Black with #D3D2CC
Text Example
Text Example
White with #D3D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D2CC; }
p { color: rgb(211,210,204); }
H1.HeaderClassName
{
color: #D3D2CC;
}
.AnyTagClassName
{
color: #D3D2CC;
}
</style>
background-color css
<style>
a { background-color: #D3D2CC; }
a { background-color: rgb(211,210,204); }
div.DivClassName
{
background-color: #D3D2CC;
}
.BgClassName
{
background-color: #D3D2CC;
}
</style>
border-color css
<style>
span { border-color: #D3D2CC; }
span { border-color: rgb(211,210,204); }
td.TdClassName
{
border-color: #D3D2CC;
}
.TagClassName
{
border-color: #D3D2CC;
}
</style>