Shades of Ecru White #D2CDBF
Tints of Ecru White #D2CDBF
RGB
CMYK
RGB Variations
Color information
#D2CDBF (or 0xD2CDBF) is known color: Ecru White. HEX triplet: D2, CD and BF. RGB value is (210,205,191). Sum of RGB (Red+Green+Blue) = 210+205+191=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDBF is #2D3240. Grayscale: #CCCCCC. Windows color (decimal): -2961985 or 12570066. OLE color: 12570066.
HSL color Cylindrical-coordinate representation of color #D2CDBF: hue angle of 44.21º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2CDBF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 191 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.18 |
| HSL | 44.21º | 0.17% | 0.79% | - |
| HSV(B) | 44.21º | 0.09% | 0.82% | - |
| XYZ | 57.81 | 61.13 | 58.04 | - |
| YUV | 204.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 191 | 0 | 0.02 | 0.09 | 0.18 | 44.21 | 0.17 | 0.79 |
| Hex | D2 | CD | BF | 0 | 2 | 9 | 12 | 2C | 11 | 4F |
| Octal | 322 | 315 | 277 | 0 | 2 | 11 | 22 | 54 | 21 | 117 |
| Binary | 11010010 | 11001101 | 10111111 | 0 | 10 | 1001 | 10010 | 101100 | 10001 | 1001111 |
Color Harmonies of #D2CDBF
Complementary color
Monochromatic Colors of #D2CDBF
Black with #D2CDBF
Text Example
Text Example
White with #D2CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDBF; }
p { color: rgb(210,205,191); }
H1.HeaderClassName
{
color: #D2CDBF;
}
.AnyTagClassName
{
color: #D2CDBF;
}
</style>
background-color css
<style>
a { background-color: #D2CDBF; }
a { background-color: rgb(210,205,191); }
div.DivClassName
{
background-color: #D2CDBF;
}
.BgClassName
{
background-color: #D2CDBF;
}
</style>
border-color css
<style>
span { border-color: #D2CDBF; }
span { border-color: rgb(210,205,191); }
td.TdClassName
{
border-color: #D2CDBF;
}
.TagClassName
{
border-color: #D2CDBF;
}
</style>