#EEDFE4

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

Shades of Amour #EEDFE4

Tints of Amour #EEDFE4

Color information

#EEDFE4 (or 0xEEDFE4) is unknown color: approx Amour. HEX triplet: EE, DF and E4. RGB value is (238,223,228). Sum of RGB (Red+Green+Blue) = 238+223+228=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFE4 is #11201B. Grayscale: #E4E4E4. Windows color (decimal): -1122332 or 14999534. OLE color: 14999534.

HSL color Cylindrical-coordinate representation of color #EEDFE4: hue angle of 340º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEDFE4 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB238223228-
CMYK00.060.040.07
HSL340º30.61%90.39%-
HSV(B)340º6.3%93.33%-
XYZ75.6576.5584.19-
YUV228.05127.97135.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 228 (89.45% from 255) = 33.09%
R=34.54%
G=32.37%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822322800.060.040.0734030.6190.39
HexEEDFE406471541f5a
Octal356337344064752437132
Binary1110111011011111111001000110100111101010100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFE4; }

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

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

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

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

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

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

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

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