#D7D1BB

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

Shades of Ecru White #D7D1BB

Tints of Ecru White #D7D1BB

Color information

#D7D1BB (or 0xD7D1BB) is unknown color: approx Ecru White. HEX triplet: D7, D1 and BB. RGB value is (215,209,187). Sum of RGB (Red+Green+Blue) = 215+209+187=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D1BB is #282E44. Grayscale: #D0D0D0. Windows color (decimal): -2633285 or 12308951. OLE color: 12308951.

HSL color Cylindrical-coordinate representation of color #D7D1BB: hue angle of 47.14º degrees, saturation: 0.26, 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 #D7D1BB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215209187-
CMYK00.030.130.16
HSL47.14º25.93%78.82%-
HSV(B)47.14º13.02%84.31%-
XYZ59.7963.6456.15-
YUV208.29115.99132.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 209 (82.03% from 255) = 34.21%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=35.19%
G=34.21%
B=30.61%

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
Decimal21520918700.030.130.1647.1425.9378.82
HexD7D1BB03D102f1a4f
Octal3273212730315205732117
Binary110101111101000110111011011110110000101111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D1BB; }

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

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

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

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

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

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

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

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