Html Css Color HEX #D8D4BF Ecru White

📋 copy color: '#D8D4BF'

red 216 ◦ green 212 ◦ blue 191

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

Shades of Ecru White #D8D4BF

Tints of Ecru White #D8D4BF

RGB

 RED value IS 216 (84.77% from 255) = 34.89%

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

 BLUE value IS 191 (75% from 255) = 30.86%

R = 34.89%
G = 34.25%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8D4BF (or 0xD8D4BF) is known color: Ecru White. HEX triplet: D8, D4 and BF. RGB value is (216,212,191). Sum of RGB (Red+Green+Blue) = 216+212+191=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4BF is #272B40. Grayscale: #D2D2D2. Windows color (decimal): -2566977 or 12571864. OLE color: 12571864.

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

Color convert

RGB 216 212 191 -
CMYK 0 0.02 0.12 0.15
HSL 50.4º 0.24% 0.8% -
HSV(B) 50.4º 0.12% 0.85% -
XYZ 61.27 65.45 58.69 -
YUV 210.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 216 212 191 0 0.02 0.12 0.15 50.4 0.24 0.8
Hex D8 D4 BF 0 2 C F 32 18 50
Octal 330 324 277 0 2 14 17 62 30 120
Binary 11011000 11010100 10111111 0 10 1100 1111 110010 11000 1010000

Color Harmonies of #D8D4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D4BF

Black with #D8D4BF

Text Example


Text Example

White with #D8D4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D4BF; }

 p { color: rgb(216,212,191); }

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

background-color css

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

 a { background-color: rgb(216,212,191); }

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

border-color css

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

 span { border-color: rgb(216,212,191); }

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