#D9D5BF

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

Shades of Ecru White #D9D5BF

Tints of Ecru White #D9D5BF

Color information

#D9D5BF (or 0xD9D5BF) is unknown color: approx Ecru White. HEX triplet: D9, D5 and BF. RGB value is (217,213,191). Sum of RGB (Red+Green+Blue) = 217+213+191=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D5BF is #262A40. Grayscale: #D3D3D3. Windows color (decimal): -2501185 or 12572121. OLE color: 12572121.

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

Color convert

RGB217213191-
CMYK00.020.120.15
HSL50.77º25.49%80%-
HSV(B)50.77º11.98%85.1%-
XYZ61.8166.158.79-
YUV211.69116.33131.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 191 (75% from 255) = 30.76%
R=34.94%
G=34.30%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721319100.020.120.1550.7725.4980
HexD9D5BF02CF331950
Octal3313252770214176331120
Binary11011001110101011011111101011001111110011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D5BF; }

 p { color: rgb(217,213,191); }

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

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

 a { background-color: rgb(217,213,191); }

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

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

 span { border-color: rgb(217,213,191); }

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