Shades of Concrete #D1D0CA
Tints of Concrete #D1D0CA
RGB
CMYK
RGB Variations
Color information
#D1D0CA (or 0xD1D0CA) is known color: Concrete. HEX triplet: D1, D0 and CA. RGB value is (209,208,202). Sum of RGB (Red+Green+Blue) = 209+208+202=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0CA is #2E2F35. Grayscale: #CFCFCF. Windows color (decimal): -3026742 or 13291729. OLE color: 13291729.
HSL color Cylindrical-coordinate representation of color #D1D0CA: 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 #D1D0CA is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 202 | - |
| CMYK | 0 | 0.00 | 0.03 | 0.18 |
| HSL | 51.43º | 0.07% | 0.81% | - |
| HSV(B) | 51.43º | 0.03% | 0.82% | - |
| XYZ | 59.51 | 62.93 | 64.89 | - |
| YUV | 207.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 202 | 0 | 0.00 | 0.03 | 0.18 | 51.43 | 0.07 | 0.81 |
| Hex | D1 | D0 | CA | 0 | 0 | 3 | 12 | 33 | 7 | 51 |
| Octal | 321 | 320 | 312 | 0 | 0 | 3 | 22 | 63 | 7 | 121 |
| Binary | 11010001 | 11010000 | 11001010 | 0 | 0 | 11 | 10010 | 110011 | 111 | 1010001 |
Color Harmonies of #D1D0CA
Complementary color
Monochromatic Colors of #D1D0CA
Black with #D1D0CA
Text Example
Text Example
White with #D1D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D0CA; }
p { color: rgb(209,208,202); }
H1.HeaderClassName
{
color: #D1D0CA;
}
.AnyTagClassName
{
color: #D1D0CA;
}
</style>
background-color css
<style>
a { background-color: #D1D0CA; }
a { background-color: rgb(209,208,202); }
div.DivClassName
{
background-color: #D1D0CA;
}
.BgClassName
{
background-color: #D1D0CA;
}
</style>
border-color css
<style>
span { border-color: #D1D0CA; }
span { border-color: rgb(209,208,202); }
td.TdClassName
{
border-color: #D1D0CA;
}
.TagClassName
{
border-color: #D1D0CA;
}
</style>