#E9DFCC

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

Shades of Bleach White #E9DFCC

Tints of Bleach White #E9DFCC

Color information

#E9DFCC (or 0xE9DFCC) is unknown color: approx Bleach White. HEX triplet: E9, DF and CC. RGB value is (233,223,204). Sum of RGB (Red+Green+Blue) = 233+223+204=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFCC is #162033. Grayscale: #DFDFDF. Windows color (decimal): -1450036 or 13426665. OLE color: 13426665.

HSL color Cylindrical-coordinate representation of color #E9DFCC: hue angle of 39.31º 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 #E9DFCC is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233223204-
CMYK00.040.120.09
HSL39.31º39.73%85.69%-
HSV(B)39.31º12.45%91.37%-
XYZ70.8974.4667.76-
YUV223.82116.81134.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.30%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 204 (80.08% from 255) = 30.91%
R=35.30%
G=33.79%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322320400.040.120.0939.3139.7385.69
HexE9DFCC04C9272856
Octal3513373140414114750126
Binary1110100111011111110011000100110010011001111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFCC; }

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

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

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

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

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

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

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

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