#E8DCC9

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

Shades of Half Spanish White #E8DCC9

Tints of Half Spanish White #E8DCC9

Color information

#E8DCC9 (or 0xE8DCC9) is unknown color: approx Half Spanish White. HEX triplet: E8, DC and C9. RGB value is (232,220,201). Sum of RGB (Red+Green+Blue) = 232+220+201=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCC9 is #172336. Grayscale: #DDDDDD. Windows color (decimal): -1516343 or 13229288. OLE color: 13229288.

HSL color Cylindrical-coordinate representation of color #E8DCC9: hue angle of 36.77º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8DCC9 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232220201-
CMYK00.050.130.09
HSL36.77º40.26%84.9%-
HSV(B)36.77º13.36%90.98%-
XYZ69.4172.5665.61-
YUV221.42116.48135.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 201 (78.91% from 255) = 30.78%
R=35.53%
G=33.69%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222020100.050.130.0936.7740.2684.9
HexE8DCC905D9252855
Octal3503343110515114550125
Binary1110100011011100110010010101110110011001011010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCC9; }

 p { color: rgb(232,220,201); }

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

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

 a { background-color: rgb(232,220,201); }

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

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

 span { border-color: rgb(232,220,201); }

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