#EBDCE1

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

Shades of Amour #EBDCE1

Tints of Amour #EBDCE1

Color information

#EBDCE1 (or 0xEBDCE1) is unknown color: approx Amour. HEX triplet: EB, DC and E1. RGB value is (235,220,225). Sum of RGB (Red+Green+Blue) = 235+220+225=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCE1 is #14231E. Grayscale: #E1E1E1. Windows color (decimal): -1319711 or 14802155. OLE color: 14802155.

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

Color convert

RGB235220225-
CMYK00.060.040.08
HSL340º27.27%89.22%-
HSV(B)340º6.38%92.16%-
XYZ73.4474.2881.7-
YUV225.05127.97135.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 225 (88.28% from 255) = 33.09%
R=34.56%
G=32.35%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522022500.060.040.0834027.2789.22
HexEBDCE106481541b59
Octal3533343410641052433131
Binary11101011110111001110000101101001000101010100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCE1; }

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

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

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

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

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

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

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

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