#EFAEE9

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

Shades of Lavender Rose #EFAEE9

Tints of Lavender Rose #EFAEE9

Color information

#EFAEE9 (or 0xEFAEE9) is unknown color: approx Lavender Rose. HEX triplet: EF, AE and E9. RGB value is (239,174,233). Sum of RGB (Red+Green+Blue) = 239+174+233=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEE9 is #105116. Grayscale: #C7C7C7. Windows color (decimal): -1069335 or 15314671. OLE color: 15314671.

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

Color convert

RGB239174233-
CMYK00.270.030.06
HSL305.54º67.01%80.98%-
HSV(B)305.54º27.2%93.73%-
XYZ65.4454.5184.16-
YUV200.16146.53155.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 174 (68.36% from 255) = 26.93%
BLUE value IS 233 (91.41% from 255) = 36.07%
R=37.00%
G=26.93%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917423300.270.030.06305.5467.0180.98
HexEFAEE901B361324351
Octal35725635103336462103121
Binary1110111110101110111010010110111111010011001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEE9; }

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

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

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

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

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

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

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

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