#EFB4D2

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

Shades of Lavender Pink #EFB4D2

Tints of Lavender Pink #EFB4D2

Color information

#EFB4D2 (or 0xEFB4D2) is unknown color: approx Lavender Pink. HEX triplet: EF, B4 and D2. RGB value is (239,180,210). Sum of RGB (Red+Green+Blue) = 239+180+210=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4D2 is #104B2D. Grayscale: #C8C8C8. Windows color (decimal): -1067822 or 13808879. OLE color: 13808879.

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

Color convert

RGB239180210-
CMYK00.250.120.06
HSL329.49º64.84%82.16%-
HSV(B)329.49º24.69%93.73%-
XYZ63.5555.6568.36-
YUV201.06133.05155.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 180 (70.70% from 255) = 28.62%
BLUE value IS 210 (82.42% from 255) = 33.39%
R=38.00%
G=28.62%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918021000.250.120.06329.4964.8482.16
HexEFB4D2019C61494152
Octal357264322031146511101122
Binary111011111011010011010010011001110011010100100110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4D2; }

 p { color: rgb(239,180,210); }

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

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

 a { background-color: rgb(239,180,210); }

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

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

 span { border-color: rgb(239,180,210); }

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