#D8D4BE

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

Shades of Ecru White #D8D4BE

Tints of Ecru White #D8D4BE

Color information

#D8D4BE (or 0xD8D4BE) is unknown color: approx Ecru White. HEX triplet: D8, D4 and BE. RGB value is (216,212,190). Sum of RGB (Red+Green+Blue) = 216+212+190=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4BE is #272B41. Grayscale: #D2D2D2. Windows color (decimal): -2566978 or 12506328. OLE color: 12506328.

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

Color convert

RGB216212190-
CMYK00.020.120.15
HSL50.77º25%79.61%-
HSV(B)50.77º12.04%84.71%-
XYZ61.1665.458.12-
YUV210.69116.33131.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.95%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=34.95%
G=34.30%
B=30.74%

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
Decimal21621219000.020.120.1550.772579.61
HexD8D4BE02CF331950
Octal3303242760214176331120
Binary11011000110101001011111001011001111110011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D4BE; }

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

 H1.HeaderClassName
 {
   color: #D8D4BE;
 }
 .AnyTagClassName
 {
   color: #D8D4BE;
 }
</style>
background-color css

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

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

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

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

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

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