#EADDCC

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

Shades of Bleach White #EADDCC

Tints of Bleach White #EADDCC

Color information

#EADDCC (or 0xEADDCC) is unknown color: approx Bleach White. HEX triplet: EA, DD and CC. RGB value is (234,221,204). Sum of RGB (Red+Green+Blue) = 234+221+204=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDCC is #152233. Grayscale: #DFDFDF. Windows color (decimal): -1385012 or 13426154. OLE color: 13426154.

HSL color Cylindrical-coordinate representation of color #EADDCC: hue angle of 34º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADDCC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234221204-
CMYK00.060.130.08
HSL34º41.67%85.88%-
HSV(B)34º12.82%91.76%-
XYZ70.6973.5667.6-
YUV222.95117.31135.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 204 (80.08% from 255) = 30.96%
R=35.51%
G=33.54%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422120400.060.130.083441.6785.88
HexEADDCC06D8222a56
Octal3523353140615104252126
Binary1110101011011101110011000110110110001000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDCC; }

 p { color: rgb(234,221,204); }

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

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

 a { background-color: rgb(234,221,204); }

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

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

 span { border-color: rgb(234,221,204); }

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