#EFAEE0

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

Shades of Lavender Rose #EFAEE0

Tints of Lavender Rose #EFAEE0

Color information

#EFAEE0 (or 0xEFAEE0) is unknown color: approx Lavender Rose. HEX triplet: EF, AE and E0. RGB value is (239,174,224). Sum of RGB (Red+Green+Blue) = 239+174+224=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEE0 is #10511F. Grayscale: #C7C7C7. Windows color (decimal): -1069344 or 14724847. OLE color: 14724847.

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

Color convert

RGB239174224-
CMYK00.270.060.06
HSL313.85º67.01%80.98%-
HSV(B)313.85º27.2%93.73%-
XYZ64.195477.56-
YUV199.14142.03156.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=37.52%
G=27.32%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917422400.270.060.06313.8567.0180.98
HexEFAEE001B6613a4351
Octal35725634003366472103121
Binary11101111101011101110000001101111011010011101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEE0; }

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

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

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

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

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

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

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

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