#E3D6BA

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

Shades of Spanish White #E3D6BA

Tints of Spanish White #E3D6BA

Color information

#E3D6BA (or 0xE3D6BA) is unknown color: approx Spanish White. HEX triplet: E3, D6 and BA. RGB value is (227,214,186). Sum of RGB (Red+Green+Blue) = 227+214+186=627 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.20% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D6BA is #1C2945. Grayscale: #D6D6D6. Windows color (decimal): -1845574 or 12244707. OLE color: 12244707.

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

Color convert

RGB227214186-
CMYK00.060.180.11
HSL40.98º42.27%80.98%-
HSV(B)40.98º18.06%89.02%-
XYZ64.5967.9756.17-
YUV214.7111.81136.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.20%
GREEN value IS 214 (83.98% from 255) = 34.13%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=36.20%
G=34.13%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721418600.060.180.1140.9842.2780.98
HexE3D6BA0612B292a51
Octal3433262720622135152121
Binary11100011110101101011101001101001010111010011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D6BA; }

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

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

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

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

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

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

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

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