Shades of Ecru White #D2CFBF
Tints of Ecru White #D2CFBF
RGB
CMYK
RGB Variations
Color information
#D2CFBF (or 0xD2CFBF) is known color: Ecru White. HEX triplet: D2, CF and BF. RGB value is (210,207,191). Sum of RGB (Red+Green+Blue) = 210+207+191=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFBF is #2D3040. Grayscale: #CECECE. Windows color (decimal): -2961473 or 12570578. OLE color: 12570578.
HSL color Cylindrical-coordinate representation of color #D2CFBF: hue angle of 50.53º 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 #D2CFBF is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 191 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.18 |
| HSL | 50.53º | 0.17% | 0.79% | - |
| HSV(B) | 50.53º | 0.09% | 0.82% | - |
| XYZ | 58.3 | 62.09 | 58.2 | - |
| YUV | 206.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 191 | 0 | 0.01 | 0.09 | 0.18 | 50.53 | 0.17 | 0.79 |
| Hex | D2 | CF | BF | 0 | 1 | 9 | 12 | 33 | 11 | 4F |
| Octal | 322 | 317 | 277 | 0 | 1 | 11 | 22 | 63 | 21 | 117 |
| Binary | 11010010 | 11001111 | 10111111 | 0 | 1 | 1001 | 10010 | 110011 | 10001 | 1001111 |
Color Harmonies of #D2CFBF
Complementary color
Monochromatic Colors of #D2CFBF
Black with #D2CFBF
Text Example
Text Example
White with #D2CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFBF; }
p { color: rgb(210,207,191); }
H1.HeaderClassName
{
color: #D2CFBF;
}
.AnyTagClassName
{
color: #D2CFBF;
}
</style>
background-color css
<style>
a { background-color: #D2CFBF; }
a { background-color: rgb(210,207,191); }
div.DivClassName
{
background-color: #D2CFBF;
}
.BgClassName
{
background-color: #D2CFBF;
}
</style>
border-color css
<style>
span { border-color: #D2CFBF; }
span { border-color: rgb(210,207,191); }
td.TdClassName
{
border-color: #D2CFBF;
}
.TagClassName
{
border-color: #D2CFBF;
}
</style>