#EFAEE2

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

Shades of Lavender Rose #EFAEE2

Tints of Lavender Rose #EFAEE2

Color information

#EFAEE2 (or 0xEFAEE2) is unknown color: approx Lavender Rose. HEX triplet: EF, AE and E2. RGB value is (239,174,226). Sum of RGB (Red+Green+Blue) = 239+174+226=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEE2 is #10511D. Grayscale: #C7C7C7. Windows color (decimal): -1069342 or 14855919. OLE color: 14855919.

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

Color convert

RGB239174226-
CMYK00.270.050.06
HSL312º67.01%80.98%-
HSV(B)312º27.2%93.73%-
XYZ64.4654.1179-
YUV199.36143.03156.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 174 (68.36% from 255) = 27.23%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=37.40%
G=27.23%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917422600.270.050.0631267.0180.98
HexEFAEE201B561384351
Octal35725634203356470103121
Binary11101111101011101110001001101110111010011100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEE2; }

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

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

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

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

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

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

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

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