#efb7d2

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

Shades of Lavender Pink #EFB7D2

Tints of Lavender Pink #EFB7D2

Color information

#EFB7D2 (or 0xEFB7D2) is unknown color: approx Lavender Pink. HEX triplet: EF, B7 and D2. RGB value is (239,183,210). Sum of RGB (Red+Green+Blue) = 239+183+210=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7D2 is #10482D. Grayscale: #CACACA. Windows color (decimal): -1067054 or 13809647. OLE color: 13809647.

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

Color convert

RGB239183210-
CMYK00.230.120.06
HSL331.07º63.64%82.75%-
HSV(B)331.07º23.43%93.73%-
XYZ64.1656.8768.57-
YUV202.82132.05153.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 183 (71.88% from 255) = 28.96%
BLUE value IS 210 (82.42% from 255) = 33.23%
R=37.82%
G=28.96%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918321000.230.120.06331.0763.6482.75
HexEFB7D2017C614b4053
Octal357267322027146513100123
Binary111011111011011111010010010111110011010100101110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efb7d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efb7d2; }

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

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

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

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

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

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

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

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