#e0d3b5

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

Shades of Spanish White #E0D3B5

Tints of Spanish White #E0D3B5

Color information

#E0D3B5 (or 0xE0D3B5) is unknown color: approx Spanish White. HEX triplet: E0, D3 and B5. RGB value is (224,211,181). Sum of RGB (Red+Green+Blue) = 224+211+181=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D3B5 is #1F2C4A. Grayscale: #D3D3D3. Windows color (decimal): -2042955 or 11916256. OLE color: 11916256.

HSL color Cylindrical-coordinate representation of color #E0D3B5: hue angle of 41.86º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0D3B5 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB224211181-
CMYK00.060.190.12
HSL41.86º40.95%79.41%-
HSV(B)41.86º19.2%87.84%-
XYZ62.3865.7753.12-
YUV211.47110.81136.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.36%
GREEN value IS 211 (82.81% from 255) = 34.25%
BLUE value IS 181 (71.09% from 255) = 29.38%
R=36.36%
G=34.25%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421118100.060.190.1241.8640.9579.41
HexE0D3B50613C2a294f
Octal3403232650623145251117
Binary11100000110100111011010101101001111001010101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0d3b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0d3b5; }

 p { color: rgb(224,211,181); }

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

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

 a { background-color: rgb(224,211,181); }

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

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

 span { border-color: rgb(224,211,181); }

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