#EFB2DA

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

Shades of Lavender Pink #EFB2DA

Tints of Lavender Pink #EFB2DA

Color information

#EFB2DA (or 0xEFB2DA) is unknown color: approx Lavender Pink. HEX triplet: EF, B2 and DA. RGB value is (239,178,218). Sum of RGB (Red+Green+Blue) = 239+178+218=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2DA is #104D25. Grayscale: #C8C8C8. Windows color (decimal): -1068326 or 14332655. OLE color: 14332655.

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

Color convert

RGB239178218-
CMYK00.260.090.06
HSL320.66º65.59%81.76%-
HSV(B)320.66º25.52%93.73%-
XYZ64.1755.2573.61-
YUV200.8137.71155.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 178 (69.92% from 255) = 28.03%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=37.64%
G=28.03%
B=34.33%

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
Decimal23917821800.260.090.06320.6665.5981.76
HexEFB2DA01A961414252
Octal357262332032116501102122
Binary111011111011001011011010011010100111010100000110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2DA; }

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

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

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

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

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

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

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

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