#E9DCCC

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

Shades of Half Spanish White #E9DCCC

Tints of Half Spanish White #E9DCCC

Color information

#E9DCCC (or 0xE9DCCC) is unknown color: approx Half Spanish White. HEX triplet: E9, DC and CC. RGB value is (233,220,204). Sum of RGB (Red+Green+Blue) = 233+220+204=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCCC is #162333. Grayscale: #DEDEDE. Windows color (decimal): -1450804 or 13425897. OLE color: 13425897.

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

Color convert

RGB233220204-
CMYK00.060.120.09
HSL33.1º39.73%85.69%-
HSV(B)33.1º12.45%91.37%-
XYZ70.172.8767.5-
YUV222.06117.81135.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.46%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 204 (80.08% from 255) = 31.05%
R=35.46%
G=33.49%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322020400.060.120.0933.139.7385.69
HexE9DCCC06C9212856
Octal3513343140614114150126
Binary1110100111011100110011000110110010011000011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCCC; }

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

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

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

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

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

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

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

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