Html Css Color HEX #D9D2BF Ecru White

📋 copy color: '#D9D2BF'

red 217 ◦ green 210 ◦ blue 191

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

Shades of Ecru White #D9D2BF

Tints of Ecru White #D9D2BF

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 value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9D2BF (or 0xD9D2BF) is known color: 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

RGB 217 210 191 -
CMYK 0 0.03 0.12 0.15
HSL 43.85º 0.25% 0.8% -
HSV(B) 43.85º 0.12% 0.85% -
XYZ 61.07 64.61 58.54 -
YUV 209.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 217 210 191 0 0.03 0.12 0.15 43.85 0.25 0.8
Hex D9 D2 BF 0 3 C F 2C 19 50
Octal 331 322 277 0 3 14 17 54 31 120
Binary 11011001 11010010 10111111 0 11 1100 1111 101100 11001 1010000

Color Harmonies of #D9D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D2BF

Black with #D9D2BF

Text Example


Text Example

White with #D9D2BF

Text Example


Text Example

HTML Codes & Css Web 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>