Html Css Color HEX #D9D2BD Ecru White

📋 copy color: '#D9D2BD'

red 217 ◦ green 210 ◦ blue 189

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

Shades of Ecru White #D9D2BD

Tints of Ecru White #D9D2BD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.09%

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

R = 35.23%
G = 34.09%
B = 30.68%

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

#D9D2BD (or 0xD9D2BD) is known color: Ecru White. HEX triplet: D9, D2 and BD. RGB value is (217,210,189). Sum of RGB (Red+Green+Blue) = 217+210+189=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2BD is #262D42. Grayscale: #D1D1D1. Windows color (decimal): -2501955 or 12440281. OLE color: 12440281.

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

Color convert

RGB 217 210 189 -
CMYK 0 0.03 0.13 0.15
HSL 45º 0.27% 0.8% -
HSV(B) 45º 0.13% 0.85% -
XYZ 60.85 64.52 57.39 -
YUV 209.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 217 210 189 0 0.03 0.13 0.15 45 0.27 0.8
Hex D9 D2 BD 0 3 D F 2D 1B 50
Octal 331 322 275 0 3 15 17 55 33 120
Binary 11011001 11010010 10111101 0 11 1101 1111 101101 11011 1010000

Color Harmonies of #D9D2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D2BD

Black with #D9D2BD

Text Example


Text Example

White with #D9D2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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