#EBDDE2

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

Shades of Amour #EBDDE2

Tints of Amour #EBDDE2

Color information

#EBDDE2 (or 0xEBDDE2) is unknown color: approx Amour. HEX triplet: EB, DD and E2. RGB value is (235,221,226). Sum of RGB (Red+Green+Blue) = 235+221+226=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDE2 is #14221D. Grayscale: #E1E1E1. Windows color (decimal): -1319454 or 14867947. OLE color: 14867947.

HSL color Cylindrical-coordinate representation of color #EBDDE2: hue angle of 338.57º degrees, saturation: 0.26, 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 #EBDDE2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235221226-
CMYK00.060.040.08
HSL338.57º25.93%89.41%-
HSV(B)338.57º5.96%92.16%-
XYZ73.8474.8782.51-
YUV225.76128.14134.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 226 (88.67% from 255) = 33.14%
R=34.46%
G=32.40%
B=33.14%

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
Decimal23522122600.060.040.08338.5725.9389.41
HexEBDDE206481531a59
Octal3533353420641052332131
Binary11101011110111011110001001101001000101010011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDE2; }

 p { color: rgb(235,221,226); }

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

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

 a { background-color: rgb(235,221,226); }

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

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

 span { border-color: rgb(235,221,226); }

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