#EFAADF

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

Shades of Lavender Rose #EFAADF

Tints of Lavender Rose #EFAADF

Color information

#EFAADF (or 0xEFAADF) is unknown color: approx Lavender Rose. HEX triplet: EF, AA and DF. RGB value is (239,170,223). Sum of RGB (Red+Green+Blue) = 239+170+223=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAADF is #105520. Grayscale: #C4C4C4. Windows color (decimal): -1070369 or 14658287. OLE color: 14658287.

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

Color convert

RGB239170223-
CMYK00.290.070.06
HSL313.91º68.32%80.2%-
HSV(B)313.91º28.87%93.73%-
XYZ63.2952.4376.6-
YUV196.67142.86158.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 170 (66.80% from 255) = 26.90%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=37.82%
G=26.90%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917022300.290.070.06313.9168.3280.2
HexEFAADF01D7613a4450
Octal35725233703576472104120
Binary11101111101010101101111101110111111010011101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAADF; }

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

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

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

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

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

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

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

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