Html Css Color HEX #D9D4BA Ecru White

📋 copy color: '#D9D4BA'

red 217 ◦ green 212 ◦ blue 186

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

Shades of Ecru White #D9D4BA

Tints of Ecru White #D9D4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.47%

 BLUE value IS 186 (73.05% from 255) = 30.24%

R = 35.28%
G = 34.47%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9D4BA (or 0xD9D4BA) is known color: Ecru White. HEX triplet: D9, D4 and BA. RGB value is (217,212,186). Sum of RGB (Red+Green+Blue) = 217+212+186=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D4BA is #262B45. Grayscale: #D2D2D2. Windows color (decimal): -2501446 or 12244185. OLE color: 12244185.

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

Color convert

RGB 217 212 186 -
CMYK 0 0.02 0.14 0.15
HSL 50.32º 0.29% 0.79% -
HSV(B) 50.32º 0.14% 0.85% -
XYZ 61.02 65.38 55.86 -
YUV 210.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 217 212 186 0 0.02 0.14 0.15 50.32 0.29 0.79
Hex D9 D4 BA 0 2 E F 32 1D 4F
Octal 331 324 272 0 2 16 17 62 35 117
Binary 11011001 11010100 10111010 0 10 1110 1111 110010 11101 1001111

Color Harmonies of #D9D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D4BA

Black with #D9D4BA

Text Example


Text Example

White with #D9D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D4BA; }

 p { color: rgb(217,212,186); }

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

background-color css

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

 a { background-color: rgb(217,212,186); }

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

border-color css

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

 span { border-color: rgb(217,212,186); }

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