#EEDFE6

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

Shades of Amour #EEDFE6

Tints of Amour #EEDFE6

Color information

#EEDFE6 (or 0xEEDFE6) is unknown color: approx Amour. HEX triplet: EE, DF and E6. RGB value is (238,223,230). Sum of RGB (Red+Green+Blue) = 238+223+230=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFE6 is #112019. Grayscale: #E4E4E4. Windows color (decimal): -1122330 or 15130606. OLE color: 15130606.

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

Color convert

RGB238223230-
CMYK00.060.030.07
HSL332º30.61%90.39%-
HSV(B)332º6.3%93.33%-
XYZ75.9376.6785.66-
YUV228.28128.97134.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 223 (87.5% from 255) = 32.27%
BLUE value IS 230 (90.23% from 255) = 33.29%
R=34.44%
G=32.27%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822323000.060.030.0733230.6190.39
HexEEDFE6063714c1f5a
Octal356337346063751437132
Binary111011101101111111100110011011111101001100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFE6; }

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

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

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

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

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

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

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

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