Html Css Color HEX #D9D3BD Ecru White

📋 copy color: '#D9D3BD'

red 217 ◦ green 211 ◦ blue 189

#D9D3BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru White #D9D3BD

Tints of Ecru White #D9D3BD

RGB

 RED value IS 217 (85.16% from 255) = 35.17%

 GREEN value IS 211 (82.81% from 255) = 34.2%

 BLUE value IS 189 (74.22% from 255) = 30.63%

R = 35.17%
G = 34.2%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9D3BD (or 0xD9D3BD) is known color: Ecru White. HEX triplet: D9, D3 and BD. RGB value is (217,211,189). Sum of RGB (Red+Green+Blue) = 217+211+189=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D3BD is #262C42. Grayscale: #D2D2D2. Windows color (decimal): -2501699 or 12440537. OLE color: 12440537.

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

Color convert

RGB 217 211 189 -
CMYK 0 0.03 0.13 0.15
HSL 47.14º 0.27% 0.8% -
HSV(B) 47.14º 0.13% 0.85% -
XYZ 61.09 65.01 57.47 -
YUV 210.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 217 211 189 0 0.03 0.13 0.15 47.14 0.27 0.8
Hex D9 D3 BD 0 3 D F 2F 1B 50
Octal 331 323 275 0 3 15 17 57 33 120
Binary 11011001 11010011 10111101 0 11 1101 1111 101111 11011 1010000

Color Harmonies of #D9D3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D3BD

Black with #D9D3BD

Text Example


Text Example

White with #D9D3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D3BD; }

 p { color: rgb(217,211,189); }

 H1.HeaderClassName
 {
   color: #D9D3BD;
 }
 .AnyTagClassName
 {
   color: #D9D3BD;
 }
</style>

background-color css

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

 a { background-color: rgb(217,211,189); }

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

border-color css

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

 span { border-color: rgb(217,211,189); }

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