#EFABDD

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

Shades of Lavender Rose #EFABDD

Tints of Lavender Rose #EFABDD

Color information

#EFABDD (or 0xEFABDD) is unknown color: approx Lavender Rose. HEX triplet: EF, AB and DD. RGB value is (239,171,221). Sum of RGB (Red+Green+Blue) = 239+171+221=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABDD is #105422. Grayscale: #C4C4C4. Windows color (decimal): -1070115 or 14527471. OLE color: 14527471.

HSL color Cylindrical-coordinate representation of color #EFABDD: hue angle of 315.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABDD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239171221-
CMYK00.280.080.06
HSL315.88º68%80.39%-
HSV(B)315.88º28.45%93.73%-
XYZ63.2152.775.25-
YUV197.03141.53157.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 171 (67.19% from 255) = 27.10%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=37.88%
G=27.10%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917122100.280.080.06315.886880.39
HexEFABDD01C8613c4450
Octal357253335034106474104120
Binary111011111010101111011101011100100011010011110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABDD; }

 p { color: rgb(239,171,221); }

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

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

 a { background-color: rgb(239,171,221); }

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

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

 span { border-color: rgb(239,171,221); }

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