#EBDFE3

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

Shades of Amour #EBDFE3

Tints of Amour #EBDFE3

Color information

#EBDFE3 (or 0xEBDFE3) is unknown color: approx Amour. HEX triplet: EB, DF and E3. RGB value is (235,223,227). Sum of RGB (Red+Green+Blue) = 235+223+227=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFE3 is #14201C. Grayscale: #E3E3E3. Windows color (decimal): -1318941 or 14933995. OLE color: 14933995.

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

Color convert

RGB235223227-
CMYK00.050.030.08
HSL340º23.08%89.8%-
HSV(B)340º5.11%92.16%-
XYZ74.5175.9883.41-
YUV227.04127.98133.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=34.31%
G=32.55%
B=33.14%

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
Decimal23522322700.050.030.0834023.0889.8
HexEBDFE30538154175a
Octal3533373430531052427132
Binary1110101111011111111000110101111000101010100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFE3; }

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

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

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

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

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

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

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

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