#EFABE4

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

Shades of Lavender Rose #EFABE4

Tints of Lavender Rose #EFABE4

Color information

#EFABE4 (or 0xEFABE4) is unknown color: approx Lavender Rose. HEX triplet: EF, AB and E4. RGB value is (239,171,228). Sum of RGB (Red+Green+Blue) = 239+171+228=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABE4 is #10541B. Grayscale: #C5C5C5. Windows color (decimal): -1070108 or 14986223. OLE color: 14986223.

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

Color convert

RGB239171228-
CMYK00.280.050.06
HSL309.71º68%80.39%-
HSV(B)309.71º28.45%93.73%-
XYZ64.1653.0880.26-
YUV197.83145.03157.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 171 (67.19% from 255) = 26.80%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=37.46%
G=26.80%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917122800.280.050.06309.716880.39
HexEFABE401C561364450
Octal35725334403456466104120
Binary11101111101010111110010001110010111010011011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABE4; }

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

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

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

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

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

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

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

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