#EBE1CE

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

Shades of Bleach White #EBE1CE

Tints of Bleach White #EBE1CE

Color information

#EBE1CE (or 0xEBE1CE) is unknown color: approx Bleach White. HEX triplet: EB, E1 and CE. RGB value is (235,225,206). Sum of RGB (Red+Green+Blue) = 235+225+206=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1CE is #141E31. Grayscale: #E1E1E1. Windows color (decimal): -1318450 or 13558251. OLE color: 13558251.

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

Color convert

RGB235225206-
CMYK00.040.120.08
HSL39.31º42.03%86.47%-
HSV(B)39.31º12.34%92.16%-
XYZ72.3375.9769.24-
YUV225.82116.81134.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=35.29%
G=33.78%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522520600.040.120.0839.3142.0386.47
HexEBE1CE04C8272a56
Octal3533413160414104752126
Binary1110101111100001110011100100110010001001111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1CE; }

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

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

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

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

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

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

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

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