#E9DDCB

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

Shades of Half Spanish White #E9DDCB

Tints of Half Spanish White #E9DDCB

Color information

#E9DDCB (or 0xE9DDCB) is unknown color: approx Half Spanish White. HEX triplet: E9, DD and CB. RGB value is (233,221,203). Sum of RGB (Red+Green+Blue) = 233+221+203=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDCB is #162234. Grayscale: #DEDEDE. Windows color (decimal): -1450549 or 13360617. OLE color: 13360617.

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

Color convert

RGB233221203-
CMYK00.050.130.09
HSL36º40.54%85.49%-
HSV(B)36º12.88%91.37%-
XYZ70.2473.3566.96-
YUV222.54116.98135.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.46%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=35.46%
G=33.64%
B=30.90%

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
Decimal23322120300.050.130.093640.5485.49
HexE9DDCB05D9242955
Octal3513353130515114451125
Binary1110100111011101110010110101110110011001001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDCB; }

 p { color: rgb(233,221,203); }

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

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

 a { background-color: rgb(233,221,203); }

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

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

 span { border-color: rgb(233,221,203); }

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