Shades of Ecru White #D5CFC0
Tints of Ecru White #D5CFC0
RGB
CMYK
RGB Variations
Color information
#D5CFC0 (or 0xD5CFC0) is known color: Ecru White. HEX triplet: D5, CF and C0. RGB value is (213,207,192). Sum of RGB (Red+Green+Blue) = 213+207+192=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFC0 is #2A303F. Grayscale: #CFCFCF. Windows color (decimal): -2764864 or 12636117. OLE color: 12636117.
HSL color Cylindrical-coordinate representation of color #D5CFC0: hue angle of 42.86º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5CFC0 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 207 | 192 | - |
CMYK | 0 | 0.03 | 0.10 | 0.16 |
HSL | 42.86º | 0.2% | 0.79% | - |
HSV(B) | 42.86º | 0.1% | 0.84% | - |
XYZ | 59.27 | 62.58 | 58.82 | - |
YUV | 207.08 | 119.49 | 132.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 207 | 192 | 0 | 0.03 | 0.10 | 0.16 | 42.86 | 0.2 | 0.79 |
Hex | D5 | CF | C0 | 0 | 3 | A | 10 | 2B | 14 | 4F |
Octal | 325 | 317 | 300 | 0 | 3 | 12 | 20 | 53 | 24 | 117 |
Binary | 11010101 | 11001111 | 11000000 | 0 | 11 | 1010 | 10000 | 101011 | 10100 | 1001111 |
Color Harmonies of #D5CFC0
Complementary color
Monochromatic Colors of #D5CFC0
Black with #D5CFC0
Text Example
Text Example
White with #D5CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFC0; }
p { color: rgb(213,207,192); }
H1.HeaderClassName
{
color: #D5CFC0;
}
.AnyTagClassName
{
color: #D5CFC0;
}
</style>
background-color css
<style>
a { background-color: #D5CFC0; }
a { background-color: rgb(213,207,192); }
div.DivClassName
{
background-color: #D5CFC0;
}
.BgClassName
{
background-color: #D5CFC0;
}
</style>
border-color css
<style>
span { border-color: #D5CFC0; }
span { border-color: rgb(213,207,192); }
td.TdClassName
{
border-color: #D5CFC0;
}
.TagClassName
{
border-color: #D5CFC0;
}
</style>