#EBDFE4

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

Shades of Amour #EBDFE4

Tints of Amour #EBDFE4

Color information

#EBDFE4 (or 0xEBDFE4) is unknown color: approx Amour. HEX triplet: EB, DF and E4. RGB value is (235,223,228). Sum of RGB (Red+Green+Blue) = 235+223+228=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFE4 is #14201B. Grayscale: #E3E3E3. Windows color (decimal): -1318940 or 14999531. OLE color: 14999531.

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

Color convert

RGB235223228-
CMYK00.050.030.08
HSL335º23.08%89.8%-
HSV(B)335º5.11%92.16%-
XYZ74.6576.0484.14-
YUV227.16128.48133.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 228 (89.45% from 255) = 33.24%
R=34.26%
G=32.51%
B=33.24%

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
Decimal23522322800.050.030.0833523.0889.8
HexEBDFE4053814f175a
Octal3533373440531051727132
Binary1110101111011111111001000101111000101001111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFE4; }

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

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

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

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

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

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

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

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