#EFABD8

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

Shades of Lavender Rose #EFABD8

Tints of Lavender Rose #EFABD8

Color information

#EFABD8 (or 0xEFABD8) is unknown color: approx Lavender Rose. HEX triplet: EF, AB and D8. RGB value is (239,171,216). Sum of RGB (Red+Green+Blue) = 239+171+216=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABD8 is #105427. Grayscale: #C4C4C4. Windows color (decimal): -1070120 or 14199791. OLE color: 14199791.

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

Color convert

RGB239171216-
CMYK00.280.100.06
HSL320.29º68%80.39%-
HSV(B)320.29º28.45%93.73%-
XYZ62.5552.4371.79-
YUV196.46139.03158.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 216 (84.77% from 255) = 34.50%
R=38.18%
G=27.32%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917121600.280.100.06320.296880.39
HexEFABD801CA61404450
Octal357253330034126500104120
Binary111011111010101111011000011100101011010100000010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABD8; }

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

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

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

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

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

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

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

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