#EFADE8

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

Shades of Lavender Rose #EFADE8

Tints of Lavender Rose #EFADE8

Color information

#EFADE8 (or 0xEFADE8) is unknown color: approx Lavender Rose. HEX triplet: EF, AD and E8. RGB value is (239,173,232). Sum of RGB (Red+Green+Blue) = 239+173+232=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADE8 is #105217. Grayscale: #C7C7C7. Windows color (decimal): -1069592 or 15248879. OLE color: 15248879.

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

Color convert

RGB239173232-
CMYK00.280.030.06
HSL306.36º67.35%80.78%-
HSV(B)306.36º27.62%93.73%-
XYZ65.1154.0683.35-
YUV199.46146.37156.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 173 (67.97% from 255) = 26.86%
BLUE value IS 232 (91.02% from 255) = 36.02%
R=37.11%
G=26.86%
B=36.02%

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
Decimal23917323200.280.030.06306.3667.3580.78
HexEFADE801C361324351
Octal35725535003436462103121
Binary1110111110101101111010000111001111010011001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADE8; }

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

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

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

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

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

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

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

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