#EBDFCE

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

Shades of Bleach White #EBDFCE

Tints of Bleach White #EBDFCE

Color information

#EBDFCE (or 0xEBDFCE) is unknown color: approx Bleach White. HEX triplet: EB, DF and CE. RGB value is (235,223,206). Sum of RGB (Red+Green+Blue) = 235+223+206=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFCE is #142031. Grayscale: #E0E0E0. Windows color (decimal): -1318962 or 13557739. OLE color: 13557739.

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

Color convert

RGB235223206-
CMYK00.050.120.08
HSL35.17º42.03%86.47%-
HSV(B)35.17º12.34%92.16%-
XYZ71.7974.8969.06-
YUV224.65117.48135.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 206 (80.86% from 255) = 31.02%
R=35.39%
G=33.58%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522320600.050.120.0835.1742.0386.47
HexEBDFCE05C8232a56
Octal3533373160514104352126
Binary1110101111011111110011100101110010001000111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFCE; }

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

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

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

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

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

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

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

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