#D7D2BD

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

Shades of Ecru White #D7D2BD

Tints of Ecru White #D7D2BD

Color information

#D7D2BD (or 0xD7D2BD) is unknown color: approx Ecru White. HEX triplet: D7, D2 and BD. RGB value is (215,210,189). Sum of RGB (Red+Green+Blue) = 215+210+189=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D2BD is #282D42. Grayscale: #D1D1D1. Windows color (decimal): -2633027 or 12440279. OLE color: 12440279.

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

Color convert

RGB215210189-
CMYK00.020.120.16
HSL48.46º24.53%79.22%-
HSV(B)48.46º12.09%84.31%-
XYZ60.2664.2157.36-
YUV209.1116.66132.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.02%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=35.02%
G=34.20%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521018900.020.120.1648.4624.5379.22
HexD7D2BD02C1030194f
Octal3273222750214206031117
Binary110101111101001010111101010110010000110000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D2BD; }

 p { color: rgb(215,210,189); }

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

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

 a { background-color: rgb(215,210,189); }

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

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

 span { border-color: rgb(215,210,189); }

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