#EBDEE4

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

Shades of Amour #EBDEE4

Tints of Amour #EBDEE4

Color information

#EBDEE4 (or 0xEBDEE4) is unknown color: approx Amour. HEX triplet: EB, DE and E4. RGB value is (235,222,228). Sum of RGB (Red+Green+Blue) = 235+222+228=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEE4 is #14211B. Grayscale: #E2E2E2. Windows color (decimal): -1319196 or 14999275. OLE color: 14999275.

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

Color convert

RGB235222228-
CMYK00.060.030.08
HSL332.31º24.53%89.61%-
HSV(B)332.31º5.53%92.16%-
XYZ74.3975.5184.05-
YUV226.57128.81134.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 222 (87.11% from 255) = 32.41%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=34.31%
G=32.41%
B=33.28%

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
Decimal23522222800.060.030.08332.3124.5389.61
HexEBDEE4063814c195a
Octal3533363440631051431132
Binary1110101111011110111001000110111000101001100110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEE4; }

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

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

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

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

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

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

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

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