#EBE5E6

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

Shades of Amour #EBE5E6

Tints of Amour #EBE5E6

Color information

#EBE5E6 (or 0xEBE5E6) is unknown color: approx Amour. HEX triplet: EB, E5 and E6. RGB value is (235,229,230). Sum of RGB (Red+Green+Blue) = 235+229+230=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5E6 is #141A19. Grayscale: #E6E6E6. Windows color (decimal): -1317402 or 15132139. OLE color: 15132139.

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

Color convert

RGB235229230-
CMYK00.030.020.08
HSL350º13.04%90.98%-
HSV(B)350º2.55%92.16%-
XYZ76.5679.4186.16-
YUV230.91127.49130.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 229 (89.84% from 255) = 33.00%
BLUE value IS 230 (90.23% from 255) = 33.14%
R=33.86%
G=33.00%
B=33.14%

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
Decimal23522923000.030.020.0835013.0490.98
HexEBE5E6032815ed5b
Octal3533453460321053615133
Binary11101011111001011110011001110100010101111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5E6; }

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

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

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

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

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

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

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

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