#EFADEB

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

Shades of Lavender Rose #EFADEB

Tints of Lavender Rose #EFADEB

Color information

#EFADEB (or 0xEFADEB) is unknown color: approx Lavender Rose. HEX triplet: EF, AD and EB. RGB value is (239,173,235). Sum of RGB (Red+Green+Blue) = 239+173+235=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADEB is #105214. Grayscale: #C7C7C7. Windows color (decimal): -1069589 or 15445487. OLE color: 15445487.

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

Color convert

RGB239173235-
CMYK00.280.020.06
HSL303.64º67.35%80.78%-
HSV(B)303.64º27.62%93.73%-
XYZ65.5454.2485.61-
YUV199.8147.87155.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 173 (67.97% from 255) = 26.74%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=36.94%
G=26.74%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917323500.280.020.06303.6467.3580.78
HexEFADEB01C261304351
Octal35725535303426460103121
Binary1110111110101101111010110111001011010011000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADEB; }

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

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

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

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

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

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

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

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