#EFB0DF

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

Shades of Lavender Rose #EFB0DF

Tints of Lavender Rose #EFB0DF

Color information

#EFB0DF (or 0xEFB0DF) is unknown color: approx Lavender Rose. HEX triplet: EF, B0 and DF. RGB value is (239,176,223). Sum of RGB (Red+Green+Blue) = 239+176+223=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0DF is #104F20. Grayscale: #C8C8C8. Windows color (decimal): -1068833 or 14659823. OLE color: 14659823.

HSL color Cylindrical-coordinate representation of color #EFB0DF: hue angle of 315.24º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0DF is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239176223-
CMYK00.260.070.06
HSL315.24º66.32%81.37%-
HSV(B)315.24º26.36%93.73%-
XYZ64.4454.7376.98-
YUV200.2140.87155.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 176 (69.14% from 255) = 27.59%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=37.46%
G=27.59%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917622300.260.070.06315.2466.3281.37
HexEFB0DF01A7613b4251
Octal35726033703276473102121
Binary11101111101100001101111101101011111010011101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0DF; }

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

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

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

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

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

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

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

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