#D7D1BA

Color #D7D1BA Ecru White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru White #D7D1BA

Tints of Ecru White #D7D1BA

Color information

#D7D1BA (or 0xD7D1BA) is unknown color: approx Ecru White. HEX triplet: D7, D1 and BA. RGB value is (215,209,186). Sum of RGB (Red+Green+Blue) = 215+209+186=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D1BA is #282E45. Grayscale: #D0D0D0. Windows color (decimal): -2633286 or 12243415. OLE color: 12243415.

HSL color Cylindrical-coordinate representation of color #D7D1BA: hue angle of 47.59º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7D1BA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215209186-
CMYK00.030.130.16
HSL47.59º26.61%78.63%-
HSV(B)47.59º13.49%84.31%-
XYZ59.6963.5955.58-
YUV208.17115.49132.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 35.25%
GREEN value IS 209 (82.03% from 255) = 34.26%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=35.25%
G=34.26%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520918600.030.130.1647.5926.6178.63
HexD7D1BA03D10301b4f
Octal3273212720315206033117
Binary110101111101000110111010011110110000110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D1BA; }

 p { color: rgb(215,209,186); }

 H1.HeaderClassName
 {
   color: #D7D1BA;
 }
 .AnyTagClassName
 {
   color: #D7D1BA;
 }
</style>
background-color css

<style>
 a { background-color: #D7D1BA; }

 a { background-color: rgb(215,209,186); }

 div.DivClassName
 {
   background-color: #D7D1BA;
 }
 .BgClassName
 {
   background-color: #D7D1BA;
 }
</style>
border-color css

<style>
 span { border-color: #D7D1BA; }

 span { border-color: rgb(215,209,186); }

 td.TdClassName
 {
   border-color: #D7D1BA;
 }
 .TagClassName
 {
   border-color: #D7D1BA;
 }
</style>