#D8D3BF

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

Shades of Ecru White #D8D3BF

Tints of Ecru White #D8D3BF

Color information

#D8D3BF (or 0xD8D3BF) is unknown color: approx Ecru White. HEX triplet: D8, D3 and BF. RGB value is (216,211,191). Sum of RGB (Red+Green+Blue) = 216+211+191=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D3BF is #272C40. Grayscale: #D2D2D2. Windows color (decimal): -2567233 or 12571608. OLE color: 12571608.

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

Color convert

RGB216211191-
CMYK00.020.120.15
HSL48º24.27%79.8%-
HSV(B)48º11.57%84.71%-
XYZ61.0264.9558.61-
YUV210.22117.16132.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.95%
GREEN value IS 211 (82.81% from 255) = 34.14%
BLUE value IS 191 (75% from 255) = 30.91%
R=34.95%
G=34.14%
B=30.91%

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
Decimal21621119100.020.120.154824.2779.8
HexD8D3BF02CF301850
Octal3303232770214176030120
Binary11011000110100111011111101011001111110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3BF; }

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

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

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

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

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

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

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

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