Shades of Ecru White #DBD4C2
Tints of Ecru White #DBD4C2
RGB
CMYK
RGB Variations
Color information
#DBD4C2 (or 0xDBD4C2) is known color: Ecru White. HEX triplet: DB, D4 and C2. RGB value is (219,212,194). Sum of RGB (Red+Green+Blue) = 219+212+194=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C2 is #242B3D. Grayscale: #D4D4D4. Windows color (decimal): -2370366 or 12768475. OLE color: 12768475.
HSL color Cylindrical-coordinate representation of color #DBD4C2: hue angle of 43.2º degrees, saturation: 0.26, 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 #DBD4C2 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 194 | - |
CMYK | 0 | 0.03 | 0.11 | 0.14 |
HSL | 43.2º | 0.26% | 0.81% | - |
HSV(B) | 43.2º | 0.11% | 0.86% | - |
XYZ | 62.49 | 66.04 | 60.49 | - |
YUV | 212.04 | 117.82 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 194 | 0 | 0.03 | 0.11 | 0.14 | 43.2 | 0.26 | 0.81 |
Hex | DB | D4 | C2 | 0 | 3 | B | E | 2B | 1A | 51 |
Octal | 333 | 324 | 302 | 0 | 3 | 13 | 16 | 53 | 32 | 121 |
Binary | 11011011 | 11010100 | 11000010 | 0 | 11 | 1011 | 1110 | 101011 | 11010 | 1010001 |
Color Harmonies of #DBD4C2
Complementary color
Monochromatic Colors of #DBD4C2
Black with #DBD4C2
Text Example
Text Example
White with #DBD4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4C2; }
p { color: rgb(219,212,194); }
H1.HeaderClassName
{
color: #DBD4C2;
}
.AnyTagClassName
{
color: #DBD4C2;
}
</style>
background-color css
<style>
a { background-color: #DBD4C2; }
a { background-color: rgb(219,212,194); }
div.DivClassName
{
background-color: #DBD4C2;
}
.BgClassName
{
background-color: #DBD4C2;
}
</style>
border-color css
<style>
span { border-color: #DBD4C2; }
span { border-color: rgb(219,212,194); }
td.TdClassName
{
border-color: #DBD4C2;
}
.TagClassName
{
border-color: #DBD4C2;
}
</style>