#EBE5E7

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

Shades of Amour #EBE5E7

Tints of Amour #EBE5E7

Color information

#EBE5E7 (or 0xEBE5E7) is unknown color: approx Amour. HEX triplet: EB, E5 and E7. RGB value is (235,229,231). Sum of RGB (Red+Green+Blue) = 235+229+231=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5E7 is #141A18. Grayscale: #E7E7E7. Windows color (decimal): -1317401 or 15197675. OLE color: 15197675.

HSL color Cylindrical-coordinate representation of color #EBE5E7: hue angle of 340º degrees, saturation: 0.13, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE5E7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235229231-
CMYK00.030.020.08
HSL340º13.04%90.98%-
HSV(B)340º2.55%92.16%-
XYZ76.779.4786.9-
YUV231.02127.99130.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 229 (89.84% from 255) = 32.95%
BLUE value IS 231 (90.62% from 255) = 33.24%
R=33.81%
G=32.95%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522923100.030.020.0834013.0490.98
HexEBE5E70328154d5b
Octal3533453470321052415133
Binary11101011111001011110011101110100010101010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5E7; }

 p { color: rgb(235,229,231); }

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

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

 a { background-color: rgb(235,229,231); }

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

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

 span { border-color: rgb(235,229,231); }

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