#E3D3BA

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

Shades of Spanish White #E3D3BA

Tints of Spanish White #E3D3BA

Color information

#E3D3BA (or 0xE3D3BA) is unknown color: approx Spanish White. HEX triplet: E3, D3 and BA. RGB value is (227,211,186). Sum of RGB (Red+Green+Blue) = 227+211+186=624 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.38% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D3BA is #1C2C45. Grayscale: #D5D5D5. Windows color (decimal): -1846342 or 12243939. OLE color: 12243939.

HSL color Cylindrical-coordinate representation of color #E3D3BA: hue angle of 36.59º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3D3BA is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB227211186-
CMYK00.070.180.11
HSL36.59º42.27%80.98%-
HSV(B)36.59º18.06%89.02%-
XYZ63.8466.4655.92-
YUV212.93112.8138.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.38%
GREEN value IS 211 (82.81% from 255) = 33.81%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=36.38%
G=33.81%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721118600.070.180.1136.5942.2780.98
HexE3D3BA0712B252a51
Octal3433232720722134552121
Binary11100011110100111011101001111001010111001011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D3BA; }

 p { color: rgb(227,211,186); }

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

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

 a { background-color: rgb(227,211,186); }

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

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

 span { border-color: rgb(227,211,186); }

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