#EBDEE3

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

Shades of Amour #EBDEE3

Tints of Amour #EBDEE3

Color information

#EBDEE3 (or 0xEBDEE3) is unknown color: approx Amour. HEX triplet: EB, DE and E3. RGB value is (235,222,227). Sum of RGB (Red+Green+Blue) = 235+222+227=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEE3 is #14211C. Grayscale: #E2E2E2. Windows color (decimal): -1319197 or 14933739. OLE color: 14933739.

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

Color convert

RGB235222227-
CMYK00.060.030.08
HSL336.92º24.53%89.61%-
HSV(B)336.92º5.53%92.16%-
XYZ74.2575.4583.32-
YUV226.46128.31134.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 227 (89.06% from 255) = 33.19%
R=34.36%
G=32.46%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522222700.060.030.08336.9224.5389.61
HexEBDEE30638151195a
Octal3533363430631052131132
Binary1110101111011110111000110110111000101010001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEE3; }

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

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

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

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

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

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

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

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