#EFADE7

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

Shades of Lavender Rose #EFADE7

Tints of Lavender Rose #EFADE7

Color information

#EFADE7 (or 0xEFADE7) is unknown color: approx Lavender Rose. HEX triplet: EF, AD and E7. RGB value is (239,173,231). Sum of RGB (Red+Green+Blue) = 239+173+231=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADE7 is #105218. Grayscale: #C7C7C7. Windows color (decimal): -1069593 or 15183343. OLE color: 15183343.

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

Color convert

RGB239173231-
CMYK00.280.030.06
HSL307.27º67.35%80.78%-
HSV(B)307.27º27.62%93.73%-
XYZ64.9654.0182.6-
YUV199.35145.87156.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 173 (67.97% from 255) = 26.91%
BLUE value IS 231 (90.62% from 255) = 35.93%
R=37.17%
G=26.91%
B=35.93%

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
Decimal23917323100.280.030.06307.2767.3580.78
HexEFADE701C361334351
Octal35725534703436463103121
Binary1110111110101101111001110111001111010011001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADE7; }

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

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

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

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

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

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

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

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