#E3D8CA

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

Shades of Half Spanish White #E3D8CA

Tints of Half Spanish White #E3D8CA

Color information

#E3D8CA (or 0xE3D8CA) is unknown color: approx Half Spanish White. HEX triplet: E3, D8 and CA. RGB value is (227,216,202). Sum of RGB (Red+Green+Blue) = 227+216+202=645 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.19% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D8CA is #1C2735. Grayscale: #D9D9D9. Windows color (decimal): -1845046 or 13293795. OLE color: 13293795.

HSL color Cylindrical-coordinate representation of color #E3D8CA: hue angle of 33.6º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3D8CA is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227216202-
CMYK00.050.110.11
HSL33.6º30.86%84.12%-
HSV(B)33.6º11.01%89.02%-
XYZ66.969.7165.81-
YUV217.69119.14134.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.19%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=35.19%
G=33.49%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721620200.050.110.1133.630.8684.12
HexE3D8CA05BB221f54
Octal3433303120513134237124
Binary111000111101100011001010010110111011100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D8CA; }

 p { color: rgb(227,216,202); }

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

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

 a { background-color: rgb(227,216,202); }

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

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

 span { border-color: rgb(227,216,202); }

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