#EFAEE5

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

Shades of Lavender Rose #EFAEE5

Tints of Lavender Rose #EFAEE5

Color information

#EFAEE5 (or 0xEFAEE5) is unknown color: approx Lavender Rose. HEX triplet: EF, AE and E5. RGB value is (239,174,229). Sum of RGB (Red+Green+Blue) = 239+174+229=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEE5 is #10511A. Grayscale: #C7C7C7. Windows color (decimal): -1069339 or 15052527. OLE color: 15052527.

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

Color convert

RGB239174229-
CMYK00.270.040.06
HSL309.23º67.01%80.98%-
HSV(B)309.23º27.2%93.73%-
XYZ64.8854.2881.19-
YUV199.7144.53156.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 229 (89.84% from 255) = 35.67%
R=37.23%
G=27.10%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917422900.270.040.06309.2367.0180.98
HexEFAEE501B461354351
Octal35725634503346465103121
Binary11101111101011101110010101101110011010011010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEE5; }

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

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

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

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

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

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

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

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