Shades of Concrete #D2D1CB
Tints of Concrete #D2D1CB
RGB
CMYK
RGB Variations
Color information
#D2D1CB (or 0xD2D1CB) is known color: Concrete. HEX triplet: D2, D1 and CB. RGB value is (210,209,203). Sum of RGB (Red+Green+Blue) = 210+209+203=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D1CB is #2D2E34. Grayscale: #D0D0D0. Windows color (decimal): -2960949 or 13357522. OLE color: 13357522.
HSL color Cylindrical-coordinate representation of color #D2D1CB: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2D1CB is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 209 | 203 | - |
CMYK | 0 | 0.00 | 0.03 | 0.18 |
HSL | 51.43º | 0.07% | 0.81% | - |
HSV(B) | 51.43º | 0.03% | 0.82% | - |
XYZ | 60.16 | 63.61 | 65.61 | - |
YUV | 208.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 209 | 203 | 0 | 0.00 | 0.03 | 0.18 | 51.43 | 0.07 | 0.81 |
Hex | D2 | D1 | CB | 0 | 0 | 3 | 12 | 33 | 7 | 51 |
Octal | 322 | 321 | 313 | 0 | 0 | 3 | 22 | 63 | 7 | 121 |
Binary | 11010010 | 11010001 | 11001011 | 0 | 0 | 11 | 10010 | 110011 | 111 | 1010001 |
Color Harmonies of #D2D1CB
Complementary color
Monochromatic Colors of #D2D1CB
Black with #D2D1CB
Text Example
Text Example
White with #D2D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D1CB; }
p { color: rgb(210,209,203); }
H1.HeaderClassName
{
color: #D2D1CB;
}
.AnyTagClassName
{
color: #D2D1CB;
}
</style>
background-color css
<style>
a { background-color: #D2D1CB; }
a { background-color: rgb(210,209,203); }
div.DivClassName
{
background-color: #D2D1CB;
}
.BgClassName
{
background-color: #D2D1CB;
}
</style>
border-color css
<style>
span { border-color: #D2D1CB; }
span { border-color: rgb(210,209,203); }
td.TdClassName
{
border-color: #D2D1CB;
}
.TagClassName
{
border-color: #D2D1CB;
}
</style>