#E4D8CA

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

Shades of Half Spanish White #E4D8CA

Tints of Half Spanish White #E4D8CA

Color information

#E4D8CA (or 0xE4D8CA) is unknown color: approx Half Spanish White. HEX triplet: E4, D8 and CA. RGB value is (228,216,202). Sum of RGB (Red+Green+Blue) = 228+216+202=646 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.29% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D8CA is #1B2735. Grayscale: #DADADA. Windows color (decimal): -1779510 or 13293796. OLE color: 13293796.

HSL color Cylindrical-coordinate representation of color #E4D8CA: hue angle of 32.31º degrees, saturation: 0.33, 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 #E4D8CA is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228216202-
CMYK00.050.110.11
HSL32.31º32.5%84.31%-
HSV(B)32.31º11.4%89.41%-
XYZ67.2169.8765.82-
YUV217.99118.98135.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.29%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=35.29%
G=33.44%
B=31.27%

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
Decimal22821620200.050.110.1132.3132.584.31
HexE4D8CA05BB202054
Octal3443303120513134040124
Binary1110010011011000110010100101101110111000001000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D8CA; }

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

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

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

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

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

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

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

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