#EFAADB

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

Shades of Lavender Rose #EFAADB

Tints of Lavender Rose #EFAADB

Color information

#EFAADB (or 0xEFAADB) is unknown color: approx Lavender Rose. HEX triplet: EF, AA and DB. RGB value is (239,170,219). Sum of RGB (Red+Green+Blue) = 239+170+219=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAADB is #105524. Grayscale: #C4C4C4. Windows color (decimal): -1070373 or 14396143. OLE color: 14396143.

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

Color convert

RGB239170219-
CMYK00.290.080.06
HSL317.39º68.32%80.2%-
HSV(B)317.39º28.87%93.73%-
XYZ62.7652.2173.79-
YUV196.22140.86158.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=38.06%
G=27.07%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917021900.290.080.06317.3968.3280.2
HexEFAADB01D8613d4450
Octal357252333035106475104120
Binary111011111010101011011011011101100011010011110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAADB; }

 p { color: rgb(239,170,219); }

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

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

 a { background-color: rgb(239,170,219); }

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

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

 span { border-color: rgb(239,170,219); }

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