#D7D3BF

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

Shades of Ecru White #D7D3BF

Tints of Ecru White #D7D3BF

Color information

#D7D3BF (or 0xD7D3BF) is unknown color: approx Ecru White. HEX triplet: D7, D3 and BF. RGB value is (215,211,191). Sum of RGB (Red+Green+Blue) = 215+211+191=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3BF is #282C40. Grayscale: #D2D2D2. Windows color (decimal): -2632769 or 12571607. OLE color: 12571607.

HSL color Cylindrical-coordinate representation of color #D7D3BF: hue angle of 50º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D3BF is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215211191-
CMYK00.020.110.16
HSL50º23.08%79.61%-
HSV(B)50º11.16%84.31%-
XYZ60.7264.858.6-
YUV209.92117.33131.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.85%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 191 (75% from 255) = 30.96%
R=34.85%
G=34.20%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521119100.020.110.165023.0879.61
HexD7D3BF02B10321750
Octal3273232770213206227120
Binary110101111101001110111111010101110000110010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3BF; }

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

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

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

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

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

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

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

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