#EBDFE5

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

Shades of Amour #EBDFE5

Tints of Amour #EBDFE5

Color information

#EBDFE5 (or 0xEBDFE5) is unknown color: approx Amour. HEX triplet: EB, DF and E5. RGB value is (235,223,229). Sum of RGB (Red+Green+Blue) = 235+223+229=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFE5 is #14201A. Grayscale: #E3E3E3. Windows color (decimal): -1318939 or 15065067. OLE color: 15065067.

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

Color convert

RGB235223229-
CMYK00.050.030.08
HSL330º23.08%89.8%-
HSV(B)330º5.11%92.16%-
XYZ74.7976.0984.87-
YUV227.27128.98133.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 229 (89.84% from 255) = 33.33%
R=34.21%
G=32.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522322900.050.030.0833023.0889.8
HexEBDFE5053814a175a
Octal3533373450531051227132
Binary1110101111011111111001010101111000101001010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFE5; }

 p { color: rgb(235,223,229); }

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

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

 a { background-color: rgb(235,223,229); }

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

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

 span { border-color: rgb(235,223,229); }

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