#E0D2BE

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

Shades of Blanc #E0D2BE

Tints of Blanc #E0D2BE

Color information

#E0D2BE (or 0xE0D2BE) is unknown color: approx Blanc. HEX triplet: E0, D2 and BE. RGB value is (224,210,190). Sum of RGB (Red+Green+Blue) = 224+210+190=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2BE is #1F2D41. Grayscale: #D4D4D4. Windows color (decimal): -2043202 or 12505824. OLE color: 12505824.

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

Color convert

RGB224210190-
CMYK00.060.150.12
HSL35.29º35.42%81.18%-
HSV(B)35.29º15.18%87.84%-
XYZ63.0865.6658.06-
YUV211.91115.64136.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.90%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=35.90%
G=33.65%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421019000.060.150.1235.2935.4281.18
HexE0D2BE06FC232351
Octal3403222760617144343121
Binary1110000011010010101111100110111111001000111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D2BE; }

 p { color: rgb(224,210,190); }

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

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

 a { background-color: rgb(224,210,190); }

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

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

 span { border-color: rgb(224,210,190); }

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