#EFB0DB

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

Shades of Lavender Rose #EFB0DB

Tints of Lavender Rose #EFB0DB

Color information

#EFB0DB (or 0xEFB0DB) is unknown color: approx Lavender Rose. HEX triplet: EF, B0 and DB. RGB value is (239,176,219). Sum of RGB (Red+Green+Blue) = 239+176+219=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0DB is #104F24. Grayscale: #C7C7C7. Windows color (decimal): -1068837 or 14397679. OLE color: 14397679.

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

Color convert

RGB239176219-
CMYK00.260.080.06
HSL319.05º66.32%81.37%-
HSV(B)319.05º26.36%93.73%-
XYZ63.9154.5274.17-
YUV199.74138.87156-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 176 (69.14% from 255) = 27.76%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=37.70%
G=27.76%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917621900.260.080.06319.0566.3281.37
HexEFB0DB01A8613f4251
Octal357260333032106477102121
Binary111011111011000011011011011010100011010011111110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0DB; }

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

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

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

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

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

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

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

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