#EFACE8

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

Shades of Lavender Rose #EFACE8

Tints of Lavender Rose #EFACE8

Color information

#EFACE8 (or 0xEFACE8) is unknown color: approx Lavender Rose. HEX triplet: EF, AC and E8. RGB value is (239,172,232). Sum of RGB (Red+Green+Blue) = 239+172+232=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACE8 is #105317. Grayscale: #C6C6C6. Windows color (decimal): -1069848 or 15248623. OLE color: 15248623.

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

Color convert

RGB239172232-
CMYK00.280.030.06
HSL306.27º67.68%80.59%-
HSV(B)306.27º28.03%93.73%-
XYZ64.9153.6883.28-
YUV198.87146.7156.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 232 (91.02% from 255) = 36.08%
R=37.17%
G=26.75%
B=36.08%

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
Decimal23917223200.280.030.06306.2767.6880.59
HexEFACE801C361324451
Octal35725435003436462104121
Binary1110111110101100111010000111001111010011001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACE8; }

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

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

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

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

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

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

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

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