#EFADDF

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

Shades of Lavender Rose #EFADDF

Tints of Lavender Rose #EFADDF

Color information

#EFADDF (or 0xEFADDF) is unknown color: approx Lavender Rose. HEX triplet: EF, AD and DF. RGB value is (239,173,223). Sum of RGB (Red+Green+Blue) = 239+173+223=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADDF is #105220. Grayscale: #C6C6C6. Windows color (decimal): -1069601 or 14659055. OLE color: 14659055.

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

Color convert

RGB239173223-
CMYK00.280.070.06
HSL314.55º67.35%80.78%-
HSV(B)314.55º27.62%93.73%-
XYZ63.8653.5776.79-
YUV198.43141.87156.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 173 (67.97% from 255) = 27.24%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=37.64%
G=27.24%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917322300.280.070.06314.5567.3580.78
HexEFADDF01C7613b4351
Octal35725533703476473103121
Binary11101111101011011101111101110011111010011101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADDF; }

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

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

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

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

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

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

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

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