#EFAEDE

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

Shades of Lavender Rose #EFAEDE

Tints of Lavender Rose #EFAEDE

Color information

#EFAEDE (or 0xEFAEDE) is unknown color: approx Lavender Rose. HEX triplet: EF, AE and DE. RGB value is (239,174,222). Sum of RGB (Red+Green+Blue) = 239+174+222=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEDE is #105121. Grayscale: #C6C6C6. Windows color (decimal): -1069346 or 14593775. OLE color: 14593775.

HSL color Cylindrical-coordinate representation of color #EFAEDE: hue angle of 315.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEDE is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239174222-
CMYK00.270.070.06
HSL315.69º67.01%80.98%-
HSV(B)315.69º27.2%93.73%-
XYZ63.9253.976.14-
YUV198.91141.03156.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=37.64%
G=27.40%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917422200.270.070.06315.6967.0180.98
HexEFAEDE01B7613c4351
Octal35725633603376474103121
Binary11101111101011101101111001101111111010011110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEDE; }

 p { color: rgb(239,174,222); }

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

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

 a { background-color: rgb(239,174,222); }

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

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

 span { border-color: rgb(239,174,222); }

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