Shades of Concrete #D6D5CC
Tints of Concrete #D6D5CC
RGB
CMYK
RGB Variations
Color information
#D6D5CC (or 0xD6D5CC) is known color: Concrete. HEX triplet: D6, D5 and CC. RGB value is (214,213,204). Sum of RGB (Red+Green+Blue) = 214+213+204=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5CC is #292A33. Grayscale: #D4D4D4. Windows color (decimal): -2697780 or 13424086. OLE color: 13424086.
HSL color Cylindrical-coordinate representation of color #D6D5CC: hue angle of 54º 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 #D6D5CC is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 204 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.16 |
| HSL | 54º | 0.11% | 0.82% | - |
| HSV(B) | 54º | 0.05% | 0.84% | - |
| XYZ | 62.42 | 66.24 | 66.62 | - |
| YUV | 212.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 204 | 0 | 0.00 | 0.05 | 0.16 | 54 | 0.11 | 0.82 |
| Hex | D6 | D5 | CC | 0 | 0 | 5 | 10 | 36 | B | 52 |
| Octal | 326 | 325 | 314 | 0 | 0 | 5 | 20 | 66 | 13 | 122 |
| Binary | 11010110 | 11010101 | 11001100 | 0 | 0 | 101 | 10000 | 110110 | 1011 | 1010010 |
Color Harmonies of #D6D5CC
Complementary color
Monochromatic Colors of #D6D5CC
Black with #D6D5CC
Text Example
Text Example
White with #D6D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D5CC; }
p { color: rgb(214,213,204); }
H1.HeaderClassName
{
color: #D6D5CC;
}
.AnyTagClassName
{
color: #D6D5CC;
}
</style>
background-color css
<style>
a { background-color: #D6D5CC; }
a { background-color: rgb(214,213,204); }
div.DivClassName
{
background-color: #D6D5CC;
}
.BgClassName
{
background-color: #D6D5CC;
}
</style>
border-color css
<style>
span { border-color: #D6D5CC; }
span { border-color: rgb(214,213,204); }
td.TdClassName
{
border-color: #D6D5CC;
}
.TagClassName
{
border-color: #D6D5CC;
}
</style>