#E0D1BF

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

Shades of Blanc #E0D1BF

Tints of Blanc #E0D1BF

Color information

#E0D1BF (or 0xE0D1BF) is unknown color: approx Blanc. HEX triplet: E0, D1 and BF. RGB value is (224,209,191). Sum of RGB (Red+Green+Blue) = 224+209+191=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D1BF is #1F2E40. Grayscale: #D3D3D3. Windows color (decimal): -2043457 or 12571104. OLE color: 12571104.

HSL color Cylindrical-coordinate representation of color #E0D1BF: hue angle of 32.73º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0D1BF is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224209191-
CMYK00.070.150.12
HSL32.73º34.74%81.37%-
HSV(B)32.73º14.73%87.84%-
XYZ62.9465.2158.56-
YUV211.43116.47136.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.90%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 191 (75% from 255) = 30.61%
R=35.90%
G=33.49%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420919100.070.150.1232.7334.7481.37
HexE0D1BF07FC212351
Octal3403212770717144143121
Binary1110000011010001101111110111111111001000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D1BF; }

 p { color: rgb(224,209,191); }

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

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

 a { background-color: rgb(224,209,191); }

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

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

 span { border-color: rgb(224,209,191); }

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