#EBE3E8

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

Shades of Amour #EBE3E8

Tints of Amour #EBE3E8

Color information

#EBE3E8 (or 0xEBE3E8) is unknown color: approx Amour. HEX triplet: EB, E3 and E8. RGB value is (235,227,232). Sum of RGB (Red+Green+Blue) = 235+227+232=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 232 (91.02% from 255 or 33.43% from 694); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE3E8 is #141C17. Grayscale: #E5E5E5. Windows color (decimal): -1317912 or 15262699. OLE color: 15262699.

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

Color convert

RGB235227232-
CMYK00.030.010.08
HSL322.5º16.67%90.59%-
HSV(B)322.5º3.4%92.16%-
XYZ76.378.4387.46-
YUV229.96129.15131.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 227 (89.06% from 255) = 32.71%
BLUE value IS 232 (91.02% from 255) = 33.43%
R=33.86%
G=32.71%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522723200.030.010.08322.516.6790.59
HexEBE3E80318142115b
Octal3533433500311050221133
Binary11101011111000111110100001111000101000010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3E8; }

 p { color: rgb(235,227,232); }

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

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

 a { background-color: rgb(235,227,232); }

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

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

 span { border-color: rgb(235,227,232); }

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