#E2D8C2

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

Shades of Half Spanish White #E2D8C2

Tints of Half Spanish White #E2D8C2

Color information

#E2D8C2 (or 0xE2D8C2) is unknown color: approx Half Spanish White. HEX triplet: E2, D8 and C2. RGB value is (226,216,194). Sum of RGB (Red+Green+Blue) = 226+216+194=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D8C2 is #1D273D. Grayscale: #D8D8D8. Windows color (decimal): -1910590 or 12769506. OLE color: 12769506.

HSL color Cylindrical-coordinate representation of color #E2D8C2: hue angle of 41.25º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2D8C2 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB226216194-
CMYK00.040.140.11
HSL41.25º35.56%82.35%-
HSV(B)41.25º14.16%88.63%-
XYZ65.6669.1860.93-
YUV216.48115.31134.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.53%
GREEN value IS 216 (84.77% from 255) = 33.96%
BLUE value IS 194 (76.17% from 255) = 30.50%
R=35.53%
G=33.96%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621619400.040.140.1141.2535.5682.35
HexE2D8C204EB292452
Octal3423303020416135144122
Binary1110001011011000110000100100111010111010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D8C2; }

 p { color: rgb(226,216,194); }

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

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

 a { background-color: rgb(226,216,194); }

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

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

 span { border-color: rgb(226,216,194); }

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