#EBDECB

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

Shades of Bleach White #EBDECB

Tints of Bleach White #EBDECB

Color information

#EBDECB (or 0xEBDECB) is unknown color: approx Bleach White. HEX triplet: EB, DE and CB. RGB value is (235,222,203). Sum of RGB (Red+Green+Blue) = 235+222+203=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDECB is #142134. Grayscale: #DFDFDF. Windows color (decimal): -1319221 or 13360875. OLE color: 13360875.

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

Color convert

RGB235222203-
CMYK00.060.140.08
HSL35.63º44.44%85.88%-
HSV(B)35.63º13.62%92.16%-
XYZ71.1674.2267.07-
YUV223.72116.31136.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=35.61%
G=33.64%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522220300.060.140.0835.6344.4485.88
HexEBDECB06E8242c56
Octal3533363130616104454126
Binary1110101111011110110010110110111010001001001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDECB; }

 p { color: rgb(235,222,203); }

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

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

 a { background-color: rgb(235,222,203); }

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

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

 span { border-color: rgb(235,222,203); }

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