Shades of Ecru White #D3CCBC
Tints of Ecru White #D3CCBC
RGB
CMYK
RGB Variations
Color information
#D3CCBC (or 0xD3CCBC) is known color: Ecru White. HEX triplet: D3, CC and BC. RGB value is (211,204,188). Sum of RGB (Red+Green+Blue) = 211+204+188=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCBC is #2C3343. Grayscale: #CCCCCC. Windows color (decimal): -2896708 or 12373203. OLE color: 12373203.
HSL color Cylindrical-coordinate representation of color #D3CCBC: hue angle of 41.74º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CCBC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 188 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.17 |
| HSL | 41.74º | 0.21% | 0.78% | - |
| HSV(B) | 41.74º | 0.11% | 0.83% | - |
| XYZ | 57.53 | 60.67 | 56.25 | - |
| YUV | 204.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 188 | 0 | 0.03 | 0.11 | 0.17 | 41.74 | 0.21 | 0.78 |
| Hex | D3 | CC | BC | 0 | 3 | B | 11 | 2A | 15 | 4E |
| Octal | 323 | 314 | 274 | 0 | 3 | 13 | 21 | 52 | 25 | 116 |
| Binary | 11010011 | 11001100 | 10111100 | 0 | 11 | 1011 | 10001 | 101010 | 10101 | 1001110 |
Color Harmonies of #D3CCBC
Complementary color
Monochromatic Colors of #D3CCBC
Black with #D3CCBC
Text Example
Text Example
White with #D3CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCBC; }
p { color: rgb(211,204,188); }
H1.HeaderClassName
{
color: #D3CCBC;
}
.AnyTagClassName
{
color: #D3CCBC;
}
</style>
background-color css
<style>
a { background-color: #D3CCBC; }
a { background-color: rgb(211,204,188); }
div.DivClassName
{
background-color: #D3CCBC;
}
.BgClassName
{
background-color: #D3CCBC;
}
</style>
border-color css
<style>
span { border-color: #D3CCBC; }
span { border-color: rgb(211,204,188); }
td.TdClassName
{
border-color: #D3CCBC;
}
.TagClassName
{
border-color: #D3CCBC;
}
</style>