#E2D4BB

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

Shades of Spanish White #E2D4BB

Tints of Spanish White #E2D4BB

Color information

#E2D4BB (or 0xE2D4BB) is unknown color: approx Spanish White. HEX triplet: E2, D4 and BB. RGB value is (226,212,187). Sum of RGB (Red+Green+Blue) = 226+212+187=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D4BB is #1D2B44. Grayscale: #D5D5D5. Windows color (decimal): -1911621 or 12309730. OLE color: 12309730.

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

Color convert

RGB226212187-
CMYK00.060.170.11
HSL38.46º40.21%80.98%-
HSV(B)38.46º17.26%88.63%-
XYZ63.8866.8456.55-
YUV213.34113.14137.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 212 (83.20% from 255) = 33.92%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=36.16%
G=33.92%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621218700.060.170.1138.4640.2180.98
HexE2D4BB0611B262851
Octal3423242730621134650121
Binary11100010110101001011101101101000110111001101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D4BB; }

 p { color: rgb(226,212,187); }

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

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

 a { background-color: rgb(226,212,187); }

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

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

 span { border-color: rgb(226,212,187); }

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