#E9DFCD

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

Shades of Bleach White #E9DFCD

Tints of Bleach White #E9DFCD

Color information

#E9DFCD (or 0xE9DFCD) is unknown color: approx Bleach White. HEX triplet: E9, DF and CD. RGB value is (233,223,205). Sum of RGB (Red+Green+Blue) = 233+223+205=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFCD is #162032. Grayscale: #E0E0E0. Windows color (decimal): -1450035 or 13492201. OLE color: 13492201.

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

Color convert

RGB233223205-
CMYK00.040.120.09
HSL38.57º38.89%85.88%-
HSV(B)38.57º12.02%91.37%-
XYZ71.0174.5168.4-
YUV223.94117.31134.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.25%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=35.25%
G=33.74%
B=31.01%

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
Decimal23322320500.040.120.0938.5738.8985.88
HexE9DFCD04C9272756
Octal3513373150414114747126
Binary1110100111011111110011010100110010011001111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFCD; }

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

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

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

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

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

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

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

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