#EBDECE

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

Shades of Bleach White #EBDECE

Tints of Bleach White #EBDECE

Color information

#EBDECE (or 0xEBDECE) is unknown color: approx Bleach White. HEX triplet: EB, DE and CE. RGB value is (235,222,206). Sum of RGB (Red+Green+Blue) = 235+222+206=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDECE is #142131. Grayscale: #E0E0E0. Windows color (decimal): -1319218 or 13557483. OLE color: 13557483.

HSL color Cylindrical-coordinate representation of color #EBDECE: hue angle of 33.1º degrees, saturation: 0.42, 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 #EBDECE is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235222206-
CMYK00.060.120.08
HSL33.1º42.03%86.47%-
HSV(B)33.1º12.34%92.16%-
XYZ71.5274.3668.98-
YUV224.06117.81135.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 206 (80.86% from 255) = 31.07%
R=35.44%
G=33.48%
B=31.07%

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
Decimal23522220600.060.120.0833.142.0386.47
HexEBDECE06C8212a56
Octal3533363160614104152126
Binary1110101111011110110011100110110010001000011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDECE; }

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

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

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

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

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

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

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

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