#E9DCC9

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

Shades of Half Spanish White #E9DCC9

Tints of Half Spanish White #E9DCC9

Color information

#E9DCC9 (or 0xE9DCC9) is unknown color: approx Half Spanish White. HEX triplet: E9, DC and C9. RGB value is (233,220,201). Sum of RGB (Red+Green+Blue) = 233+220+201=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCC9 is #162336. Grayscale: #DDDDDD. Windows color (decimal): -1450807 or 13229289. OLE color: 13229289.

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

Color convert

RGB233220201-
CMYK00.060.140.09
HSL35.63º42.11%85.1%-
HSV(B)35.63º13.73%91.37%-
XYZ69.7472.7365.62-
YUV221.72116.31136.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.63%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 201 (78.91% from 255) = 30.73%
R=35.63%
G=33.64%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322020100.060.140.0935.6342.1185.1
HexE9DCC906E9242a55
Octal3513343110616114452125
Binary1110100111011100110010010110111010011001001010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCC9; }

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

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

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

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

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

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

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

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