#EBE3E6

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

Shades of Amour #EBE3E6

Tints of Amour #EBE3E6

Color information

#EBE3E6 (or 0xEBE3E6) is unknown color: approx Amour. HEX triplet: EB, E3 and E6. RGB value is (235,227,230). Sum of RGB (Red+Green+Blue) = 235+227+230=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 227 (89.06% from 255 or 32.80% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE3E6 is #141C19. Grayscale: #E5E5E5. Windows color (decimal): -1317914 or 15131627. OLE color: 15131627.

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

Color convert

RGB235227230-
CMYK00.030.020.08
HSL337.5º16.67%90.59%-
HSV(B)337.5º3.4%92.16%-
XYZ76.0178.3185.97-
YUV229.73128.15131.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 227 (89.06% from 255) = 32.80%
BLUE value IS 230 (90.23% from 255) = 33.24%
R=33.96%
G=32.80%
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
Decimal23522723000.030.020.08337.516.6790.59
HexEBE3E60328152115b
Octal3533433460321052221133
Binary111010111110001111100110011101000101010010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3E6; }

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

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

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

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

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

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

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

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