#EFB3D3

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

Shades of Lavender Pink #EFB3D3

Tints of Lavender Pink #EFB3D3

Color information

#EFB3D3 (or 0xEFB3D3) is unknown color: approx Lavender Pink. HEX triplet: EF, B3 and D3. RGB value is (239,179,211). Sum of RGB (Red+Green+Blue) = 239+179+211=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3D3 is #104C2C. Grayscale: #C8C8C8. Windows color (decimal): -1068077 or 13874159. OLE color: 13874159.

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

Color convert

RGB239179211-
CMYK00.250.120.06
HSL328º65.22%81.96%-
HSV(B)328º25.1%93.73%-
XYZ63.4755.2968.96-
YUV200.59133.88155.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 179 (70.31% from 255) = 28.46%
BLUE value IS 211 (82.81% from 255) = 33.55%
R=38.00%
G=28.46%
B=33.55%

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
Decimal23917921100.250.120.0632865.2281.96
HexEFB3D3019C61484152
Octal357263323031146510101122
Binary111011111011001111010011011001110011010100100010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3D3; }

 p { color: rgb(239,179,211); }

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

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

 a { background-color: rgb(239,179,211); }

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

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

 span { border-color: rgb(239,179,211); }

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