#EFAFE8

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

Shades of Lavender Rose #EFAFE8

Tints of Lavender Rose #EFAFE8

Color information

#EFAFE8 (or 0xEFAFE8) is unknown color: approx Lavender Rose. HEX triplet: EF, AF and E8. RGB value is (239,175,232). Sum of RGB (Red+Green+Blue) = 239+175+232=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFE8 is #105017. Grayscale: #C8C8C8. Windows color (decimal): -1069080 or 15249391. OLE color: 15249391.

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

Color convert

RGB239175232-
CMYK00.270.030.06
HSL306.56º66.67%81.18%-
HSV(B)306.56º26.78%93.73%-
XYZ65.4954.8483.48-
YUV200.63145.7155.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 175 (68.75% from 255) = 27.09%
BLUE value IS 232 (91.02% from 255) = 35.91%
R=37.00%
G=27.09%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917523200.270.030.06306.5666.6781.18
HexEFAFE801B361334351
Octal35725735003336463103121
Binary1110111110101111111010000110111111010011001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFE8; }

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

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

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

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

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

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

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

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