#EFB1DC

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

Shades of Lavender Rose #EFB1DC

Tints of Lavender Rose #EFB1DC

Color information

#EFB1DC (or 0xEFB1DC) is unknown color: approx Lavender Rose. HEX triplet: EF, B1 and DC. RGB value is (239,177,220). Sum of RGB (Red+Green+Blue) = 239+177+220=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1DC is #104E23. Grayscale: #C8C8C8. Windows color (decimal): -1068580 or 14463471. OLE color: 14463471.

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

Color convert

RGB239177220-
CMYK00.260.080.06
HSL318.39º65.96%81.57%-
HSV(B)318.39º25.94%93.73%-
XYZ64.2454.9674.93-
YUV200.44139.04155.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 177 (69.53% from 255) = 27.83%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=37.58%
G=27.83%
B=34.59%

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
Decimal23917722000.260.080.06318.3965.9681.57
HexEFB1DC01A8613e4252
Octal357261334032106476102122
Binary111011111011000111011100011010100011010011111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1DC; }

 p { color: rgb(239,177,220); }

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

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

 a { background-color: rgb(239,177,220); }

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

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

 span { border-color: rgb(239,177,220); }

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