#EFADE0

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

Shades of Lavender Rose #EFADE0

Tints of Lavender Rose #EFADE0

Color information

#EFADE0 (or 0xEFADE0) is unknown color: approx Lavender Rose. HEX triplet: EF, AD and E0. RGB value is (239,173,224). Sum of RGB (Red+Green+Blue) = 239+173+224=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADE0 is #10521F. Grayscale: #C6C6C6. Windows color (decimal): -1069600 or 14724591. OLE color: 14724591.

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

Color convert

RGB239173224-
CMYK00.280.060.06
HSL313.64º67.35%80.78%-
HSV(B)313.64º27.62%93.73%-
XYZ63.9953.6277.5-
YUV198.55142.37156.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 224 (87.89% from 255) = 35.22%
R=37.58%
G=27.20%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917322400.280.060.06313.6467.3580.78
HexEFADE001C6613a4351
Octal35725534003466472103121
Binary11101111101011011110000001110011011010011101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADE0; }

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

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

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

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

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

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

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

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