Shades of Concrete #D1CFC6
Tints of Concrete #D1CFC6
RGB
CMYK
RGB Variations
Color information
#D1CFC6 (or 0xD1CFC6) is known color: Concrete. HEX triplet: D1, CF and C6. RGB value is (209,207,198). Sum of RGB (Red+Green+Blue) = 209+207+198=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFC6 is #2E3039. Grayscale: #CECECE. Windows color (decimal): -3027002 or 13029329. OLE color: 13029329.
HSL color Cylindrical-coordinate representation of color #D1CFC6: hue angle of 49.09º degrees, saturation: 0.11, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1CFC6 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 198 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.18 |
| HSL | 49.09º | 0.11% | 0.8% | - |
| HSV(B) | 49.09º | 0.05% | 0.82% | - |
| XYZ | 58.8 | 62.26 | 62.34 | - |
| YUV | 206.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 198 | 0 | 0.01 | 0.05 | 0.18 | 49.09 | 0.11 | 0.8 |
| Hex | D1 | CF | C6 | 0 | 1 | 5 | 12 | 31 | B | 50 |
| Octal | 321 | 317 | 306 | 0 | 1 | 5 | 22 | 61 | 13 | 120 |
| Binary | 11010001 | 11001111 | 11000110 | 0 | 1 | 101 | 10010 | 110001 | 1011 | 1010000 |
Color Harmonies of #D1CFC6
Complementary color
Monochromatic Colors of #D1CFC6
Black with #D1CFC6
Text Example
Text Example
White with #D1CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFC6; }
p { color: rgb(209,207,198); }
H1.HeaderClassName
{
color: #D1CFC6;
}
.AnyTagClassName
{
color: #D1CFC6;
}
</style>
background-color css
<style>
a { background-color: #D1CFC6; }
a { background-color: rgb(209,207,198); }
div.DivClassName
{
background-color: #D1CFC6;
}
.BgClassName
{
background-color: #D1CFC6;
}
</style>
border-color css
<style>
span { border-color: #D1CFC6; }
span { border-color: rgb(209,207,198); }
td.TdClassName
{
border-color: #D1CFC6;
}
.TagClassName
{
border-color: #D1CFC6;
}
</style>