#EADDCD

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

Shades of Bleach White #EADDCD

Tints of Bleach White #EADDCD

Color information

#EADDCD (or 0xEADDCD) is unknown color: approx Bleach White. HEX triplet: EA, DD and CD. RGB value is (234,221,205). Sum of RGB (Red+Green+Blue) = 234+221+205=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDCD is #152232. Grayscale: #DFDFDF. Windows color (decimal): -1385011 or 13491690. OLE color: 13491690.

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

Color convert

RGB234221205-
CMYK00.060.120.08
HSL33.1º40.85%86.08%-
HSV(B)33.1º12.39%91.76%-
XYZ70.8173.6168.23-
YUV223.06117.81135.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=35.45%
G=33.48%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422120500.060.120.0833.140.8586.08
HexEADDCD06C8212956
Octal3523353150614104151126
Binary1110101011011101110011010110110010001000011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDCD; }

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

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

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

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

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

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

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

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