Shades of Ecru White #DBD4C1
Tints of Ecru White #DBD4C1
RGB
CMYK
RGB Variations
Color information
#DBD4C1 (or 0xDBD4C1) is known color: Ecru White. HEX triplet: DB, D4 and C1. RGB value is (219,212,193). Sum of RGB (Red+Green+Blue) = 219+212+193=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C1 is #242B3E. Grayscale: #D4D4D4. Windows color (decimal): -2370367 or 12702939. OLE color: 12702939.
HSL color Cylindrical-coordinate representation of color #DBD4C1: hue angle of 43.85º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBD4C1 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 193 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.14 |
| HSL | 43.85º | 0.27% | 0.81% | - |
| HSV(B) | 43.85º | 0.12% | 0.86% | - |
| XYZ | 62.38 | 66 | 59.9 | - |
| YUV | 211.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 193 | 0 | 0.03 | 0.12 | 0.14 | 43.85 | 0.27 | 0.81 |
| Hex | DB | D4 | C1 | 0 | 3 | C | E | 2C | 1B | 51 |
| Octal | 333 | 324 | 301 | 0 | 3 | 14 | 16 | 54 | 33 | 121 |
| Binary | 11011011 | 11010100 | 11000001 | 0 | 11 | 1100 | 1110 | 101100 | 11011 | 1010001 |
Color Harmonies of #DBD4C1
Complementary color
Monochromatic Colors of #DBD4C1
Black with #DBD4C1
Text Example
Text Example
White with #DBD4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4C1; }
p { color: rgb(219,212,193); }
H1.HeaderClassName
{
color: #DBD4C1;
}
.AnyTagClassName
{
color: #DBD4C1;
}
</style>
background-color css
<style>
a { background-color: #DBD4C1; }
a { background-color: rgb(219,212,193); }
div.DivClassName
{
background-color: #DBD4C1;
}
.BgClassName
{
background-color: #DBD4C1;
}
</style>
border-color css
<style>
span { border-color: #DBD4C1; }
span { border-color: rgb(219,212,193); }
td.TdClassName
{
border-color: #DBD4C1;
}
.TagClassName
{
border-color: #DBD4C1;
}
</style>