#EFAEEB

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

Shades of Lavender Rose #EFAEEB

Tints of Lavender Rose #EFAEEB

Color information

#EFAEEB (or 0xEFAEEB) is unknown color: approx Lavender Rose. HEX triplet: EF, AE and EB. RGB value is (239,174,235). Sum of RGB (Red+Green+Blue) = 239+174+235=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEEB is #105114. Grayscale: #C8C8C8. Windows color (decimal): -1069333 or 15445743. OLE color: 15445743.

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

Color convert

RGB239174235-
CMYK00.270.020.06
HSL303.69º67.01%80.98%-
HSV(B)303.69º27.2%93.73%-
XYZ65.7354.6285.68-
YUV200.39147.53155.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 174 (68.36% from 255) = 26.85%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=36.88%
G=26.85%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917423500.270.020.06303.6967.0180.98
HexEFAEEB01B261304351
Octal35725635303326460103121
Binary1110111110101110111010110110111011010011000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEEB; }

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

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

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

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

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

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

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

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