#EFAAE6

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

Shades of Lavender Rose #EFAAE6

Tints of Lavender Rose #EFAAE6

Color information

#EFAAE6 (or 0xEFAAE6) is unknown color: approx Lavender Rose. HEX triplet: EF, AA and E6. RGB value is (239,170,230). Sum of RGB (Red+Green+Blue) = 239+170+230=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAE6 is #105519. Grayscale: #C5C5C5. Windows color (decimal): -1070362 or 15117039. OLE color: 15117039.

HSL color Cylindrical-coordinate representation of color #EFAAE6: hue angle of 307.83º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAE6 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239170230-
CMYK00.290.040.06
HSL307.83º68.32%80.2%-
HSV(B)307.83º28.87%93.73%-
XYZ64.2552.8181.67-
YUV197.47146.36157.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 170 (66.80% from 255) = 26.60%
BLUE value IS 230 (90.23% from 255) = 35.99%
R=37.40%
G=26.60%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917023000.290.040.06307.8368.3280.2
HexEFAAE601D461344450
Octal35725234603546464104120
Binary11101111101010101110011001110110011010011010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAE6; }

 p { color: rgb(239,170,230); }

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

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

 a { background-color: rgb(239,170,230); }

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

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

 span { border-color: rgb(239,170,230); }

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