#EFAADA

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

Shades of Lavender Rose #EFAADA

Tints of Lavender Rose #EFAADA

Color information

#EFAADA (or 0xEFAADA) is unknown color: approx Lavender Rose. HEX triplet: EF, AA and DA. RGB value is (239,170,218). Sum of RGB (Red+Green+Blue) = 239+170+218=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAADA is #105525. Grayscale: #C3C3C3. Windows color (decimal): -1070374 or 14330607. OLE color: 14330607.

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

Color convert

RGB239170218-
CMYK00.290.090.06
HSL318.26º68.32%80.2%-
HSV(B)318.26º28.87%93.73%-
XYZ62.6352.1673.1-
YUV196.1140.36158.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 170 (66.80% from 255) = 27.11%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=38.12%
G=27.11%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917021800.290.090.06318.2668.3280.2
HexEFAADA01D9613e4450
Octal357252332035116476104120
Binary111011111010101011011010011101100111010011111010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAADA; }

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

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

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

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

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

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

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

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