Shades of Concrete #D6D4CC
Tints of Concrete #D6D4CC
RGB
CMYK
RGB Variations
Color information
#D6D4CC (or 0xD6D4CC) is known color: Concrete. HEX triplet: D6, D4 and CC. RGB value is (214,212,204). Sum of RGB (Red+Green+Blue) = 214+212+204=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4CC is #292B33. Grayscale: #D3D3D3. Windows color (decimal): -2698036 or 13423830. OLE color: 13423830.
HSL color Cylindrical-coordinate representation of color #D6D4CC: hue angle of 48º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D4CC is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 204 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.16 |
| HSL | 48º | 0.11% | 0.82% | - |
| HSV(B) | 48º | 0.05% | 0.84% | - |
| XYZ | 62.17 | 65.74 | 66.54 | - |
| YUV | 211.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 204 | 0 | 0.01 | 0.05 | 0.16 | 48 | 0.11 | 0.82 |
| Hex | D6 | D4 | CC | 0 | 1 | 5 | 10 | 30 | B | 52 |
| Octal | 326 | 324 | 314 | 0 | 1 | 5 | 20 | 60 | 13 | 122 |
| Binary | 11010110 | 11010100 | 11001100 | 0 | 1 | 101 | 10000 | 110000 | 1011 | 1010010 |
Color Harmonies of #D6D4CC
Complementary color
Monochromatic Colors of #D6D4CC
Black with #D6D4CC
Text Example
Text Example
White with #D6D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D4CC; }
p { color: rgb(214,212,204); }
H1.HeaderClassName
{
color: #D6D4CC;
}
.AnyTagClassName
{
color: #D6D4CC;
}
</style>
background-color css
<style>
a { background-color: #D6D4CC; }
a { background-color: rgb(214,212,204); }
div.DivClassName
{
background-color: #D6D4CC;
}
.BgClassName
{
background-color: #D6D4CC;
}
</style>
border-color css
<style>
span { border-color: #D6D4CC; }
span { border-color: rgb(214,212,204); }
td.TdClassName
{
border-color: #D6D4CC;
}
.TagClassName
{
border-color: #D6D4CC;
}
</style>