#D9D2BF

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

Shades of Ecru White #D9D2BF

Tints of Ecru White #D9D2BF

Color information

#D9D2BF (or 0xD9D2BF) is unknown color: approx Ecru White. HEX triplet: D9, D2 and BF. RGB value is (217,210,191). Sum of RGB (Red+Green+Blue) = 217+210+191=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2BF is #262D40. Grayscale: #D2D2D2. Windows color (decimal): -2501953 or 12571353. OLE color: 12571353.

HSL color Cylindrical-coordinate representation of color #D9D2BF: hue angle of 43.85º 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 #D9D2BF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217210191-
CMYK00.030.120.15
HSL43.85º25.49%80%-
HSV(B)43.85º11.98%85.1%-
XYZ61.0764.6158.54-
YUV209.93117.32133.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.11%
GREEN value IS 210 (82.42% from 255) = 33.98%
BLUE value IS 191 (75% from 255) = 30.91%
R=35.11%
G=33.98%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721019100.030.120.1543.8525.4980
HexD9D2BF03CF2c1950
Octal3313222770314175431120
Binary11011001110100101011111101111001111101100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D2BF; }

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

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

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

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

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

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

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

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