#EFACE7

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

Shades of Lavender Rose #EFACE7

Tints of Lavender Rose #EFACE7

Color information

#EFACE7 (or 0xEFACE7) is unknown color: approx Lavender Rose. HEX triplet: EF, AC and E7. RGB value is (239,172,231). Sum of RGB (Red+Green+Blue) = 239+172+231=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACE7 is #105318. Grayscale: #C6C6C6. Windows color (decimal): -1069849 or 15183087. OLE color: 15183087.

HSL color Cylindrical-coordinate representation of color #EFACE7: hue angle of 307.16º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACE7 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239172231-
CMYK00.280.030.06
HSL307.16º67.68%80.59%-
HSV(B)307.16º28.03%93.73%-
XYZ64.7753.6382.54-
YUV198.76146.2156.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=37.23%
G=26.79%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917223100.280.030.06307.1667.6880.59
HexEFACE701C361334451
Octal35725434703436463104121
Binary1110111110101100111001110111001111010011001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACE7; }

 p { color: rgb(239,172,231); }

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

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

 a { background-color: rgb(239,172,231); }

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

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

 span { border-color: rgb(239,172,231); }

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