#EBDFE2

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

Shades of Amour #EBDFE2

Tints of Amour #EBDFE2

Color information

#EBDFE2 (or 0xEBDFE2) is unknown color: approx Amour. HEX triplet: EB, DF and E2. RGB value is (235,223,226). Sum of RGB (Red+Green+Blue) = 235+223+226=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFE2 is #14201D. Grayscale: #E2E2E2. Windows color (decimal): -1318942 or 14868459. OLE color: 14868459.

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

Color convert

RGB235223226-
CMYK00.050.040.08
HSL345º23.08%89.8%-
HSV(B)345º5.11%92.16%-
XYZ74.3875.9382.69-
YUV226.93127.48133.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 226 (88.67% from 255) = 33.04%
R=34.36%
G=32.60%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522322600.050.040.0834523.0889.8
HexEBDFE20548159175a
Octal3533373420541053127132
Binary11101011110111111110001001011001000101011001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFE2; }

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

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

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

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

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

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

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

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