#EFAAE7

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

Shades of Lavender Rose #EFAAE7

Tints of Lavender Rose #EFAAE7

Color information

#EFAAE7 (or 0xEFAAE7) is unknown color: approx Lavender Rose. HEX triplet: EF, AA and E7. RGB value is (239,170,231). Sum of RGB (Red+Green+Blue) = 239+170+231=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAE7 is #105518. Grayscale: #C5C5C5. Windows color (decimal): -1070361 or 15182575. OLE color: 15182575.

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

Color convert

RGB239170231-
CMYK00.290.030.06
HSL306.96º68.32%80.2%-
HSV(B)306.96º28.87%93.73%-
XYZ64.452.8782.41-
YUV197.58146.86157.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 170 (66.80% from 255) = 26.56%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=37.34%
G=26.56%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917023100.290.030.06306.9668.3280.2
HexEFAAE701D361334450
Octal35725234703536463104120
Binary1110111110101010111001110111011111010011001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAE7; }

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

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

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

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

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

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

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

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