#EFADE9

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

Shades of Lavender Rose #EFADE9

Tints of Lavender Rose #EFADE9

Color information

#EFADE9 (or 0xEFADE9) is unknown color: approx Lavender Rose. HEX triplet: EF, AD and E9. RGB value is (239,173,233). Sum of RGB (Red+Green+Blue) = 239+173+233=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADE9 is #105216. Grayscale: #C7C7C7. Windows color (decimal): -1069591 or 15314415. OLE color: 15314415.

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

Color convert

RGB239173233-
CMYK00.280.030.06
HSL305.45º67.35%80.78%-
HSV(B)305.45º27.62%93.73%-
XYZ65.2554.1284.1-
YUV199.57146.87156.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 173 (67.97% from 255) = 26.82%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=37.05%
G=26.82%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917323300.280.030.06305.4567.3580.78
HexEFADE901C361314351
Octal35725535103436461103121
Binary1110111110101101111010010111001111010011000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADE9; }

 p { color: rgb(239,173,233); }

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

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

 a { background-color: rgb(239,173,233); }

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

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

 span { border-color: rgb(239,173,233); }

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