#D8D4BF

Color #D8D4BF Ecru White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru White #D8D4BF

Tints of Ecru White #D8D4BF

Color information

#D8D4BF (or 0xD8D4BF) is unknown color: approx 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

RGB216212191-
CMYK00.020.120.15
HSL50.4º24.27%79.8%-
HSV(B)50.4º11.57%84.71%-
XYZ61.2765.4558.69-
YUV210.8116.83131.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.89%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 191 (75% from 255) = 30.86%
R=34.89%
G=34.25%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621219100.020.120.1550.424.2779.8
HexD8D4BF02CF321850
Octal3303242770214176230120
Binary11011000110101001011111101011001111110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>