Shades of Ecru White #DBD5C3
Tints of Ecru White #DBD5C3
RGB
CMYK
RGB Variations
Color information
#DBD5C3 (or 0xDBD5C3) is known color: Ecru White. HEX triplet: DB, D5 and C3. RGB value is (219,213,195). Sum of RGB (Red+Green+Blue) = 219+213+195=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5C3 is #242A3C. Grayscale: #D4D4D4. Windows color (decimal): -2370109 or 12834267. OLE color: 12834267.
HSL color Cylindrical-coordinate representation of color #DBD5C3: hue angle of 45º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD5C3 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 195 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.14 |
| HSL | 45º | 0.25% | 0.81% | - |
| HSV(B) | 45º | 0.11% | 0.86% | - |
| XYZ | 62.86 | 66.59 | 61.17 | - |
| YUV | 212.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 195 | 0 | 0.03 | 0.11 | 0.14 | 45 | 0.25 | 0.81 |
| Hex | DB | D5 | C3 | 0 | 3 | B | E | 2D | 19 | 51 |
| Octal | 333 | 325 | 303 | 0 | 3 | 13 | 16 | 55 | 31 | 121 |
| Binary | 11011011 | 11010101 | 11000011 | 0 | 11 | 1011 | 1110 | 101101 | 11001 | 1010001 |
Color Harmonies of #DBD5C3
Complementary color
Monochromatic Colors of #DBD5C3
Black with #DBD5C3
Text Example
Text Example
White with #DBD5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5C3; }
p { color: rgb(219,213,195); }
H1.HeaderClassName
{
color: #DBD5C3;
}
.AnyTagClassName
{
color: #DBD5C3;
}
</style>
background-color css
<style>
a { background-color: #DBD5C3; }
a { background-color: rgb(219,213,195); }
div.DivClassName
{
background-color: #DBD5C3;
}
.BgClassName
{
background-color: #DBD5C3;
}
</style>
border-color css
<style>
span { border-color: #DBD5C3; }
span { border-color: rgb(219,213,195); }
td.TdClassName
{
border-color: #DBD5C3;
}
.TagClassName
{
border-color: #DBD5C3;
}
</style>