#EFB0DA

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

Shades of Lavender Pink #EFB0DA

Tints of Lavender Pink #EFB0DA

Color information

#EFB0DA (or 0xEFB0DA) is unknown color: approx Lavender Pink. HEX triplet: EF, B0 and DA. RGB value is (239,176,218). Sum of RGB (Red+Green+Blue) = 239+176+218=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0DA is #104F25. Grayscale: #C7C7C7. Windows color (decimal): -1068838 or 14332143. OLE color: 14332143.

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

Color convert

RGB239176218-
CMYK00.260.090.06
HSL320º66.32%81.37%-
HSV(B)320º26.36%93.73%-
XYZ63.7854.4673.48-
YUV199.62138.37156.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 176 (69.14% from 255) = 27.80%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=37.76%
G=27.80%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917621800.260.090.0632066.3281.37
HexEFB0DA01A961404251
Octal357260332032116500102121
Binary111011111011000011011010011010100111010100000010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0DA; }

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

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

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

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

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

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

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

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