#EFAEE4

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

Shades of Lavender Rose #EFAEE4

Tints of Lavender Rose #EFAEE4

Color information

#EFAEE4 (or 0xEFAEE4) is unknown color: approx Lavender Rose. HEX triplet: EF, AE and E4. RGB value is (239,174,228). Sum of RGB (Red+Green+Blue) = 239+174+228=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEE4 is #10511B. Grayscale: #C7C7C7. Windows color (decimal): -1069340 or 14986991. OLE color: 14986991.

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

Color convert

RGB239174228-
CMYK00.270.050.06
HSL310.15º67.01%80.98%-
HSV(B)310.15º27.2%93.73%-
XYZ64.7454.2280.45-
YUV199.59144.03156.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 228 (89.45% from 255) = 35.57%
R=37.29%
G=27.15%
B=35.57%

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
Decimal23917422800.270.050.06310.1567.0180.98
HexEFAEE401B561364351
Octal35725634403356466103121
Binary11101111101011101110010001101110111010011011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEE4; }

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

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

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

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

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

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

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

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