#EFB2DB

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

Shades of Lavender Pink #EFB2DB

Tints of Lavender Pink #EFB2DB

Color information

#EFB2DB (or 0xEFB2DB) is unknown color: approx Lavender Pink. HEX triplet: EF, B2 and DB. RGB value is (239,178,219). Sum of RGB (Red+Green+Blue) = 239+178+219=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2DB is #104D24. Grayscale: #C8C8C8. Windows color (decimal): -1068325 or 14398191. OLE color: 14398191.

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

Color convert

RGB239178219-
CMYK00.260.080.06
HSL319.67º65.59%81.76%-
HSV(B)319.67º25.52%93.73%-
XYZ64.355.3174.3-
YUV200.91138.21155.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=37.58%
G=27.99%
B=34.43%

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
Decimal23917821900.260.080.06319.6765.5981.76
HexEFB2DB01A861404252
Octal357262333032106500102122
Binary111011111011001011011011011010100011010100000010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2DB; }

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

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

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

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

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

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

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

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