#EFB8D1

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

Shades of Lavender Pink #EFB8D1

Tints of Lavender Pink #EFB8D1

Color information

#EFB8D1 (or 0xEFB8D1) is unknown color: approx Lavender Pink. HEX triplet: EF, B8 and D1. RGB value is (239,184,209). Sum of RGB (Red+Green+Blue) = 239+184+209=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8D1 is #10472E. Grayscale: #CBCBCB. Windows color (decimal): -1066799 or 13744367. OLE color: 13744367.

HSL color Cylindrical-coordinate representation of color #EFB8D1: hue angle of 332.73º degrees, saturation: 0.63, 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 #EFB8D1 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239184209-
CMYK00.230.130.06
HSL332.73º63.22%82.94%-
HSV(B)332.73º23.01%93.73%-
XYZ64.2557.2467.98-
YUV203.3131.22153.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 184 (72.27% from 255) = 29.11%
BLUE value IS 209 (82.03% from 255) = 33.07%
R=37.82%
G=29.11%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918420900.230.130.06332.7363.2282.94
HexEFB8D1017D614d3f53
Octal35727032102715651577123
Binary11101111101110001101000101011111011101010011011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8D1; }

 p { color: rgb(239,184,209); }

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

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

 a { background-color: rgb(239,184,209); }

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

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

 span { border-color: rgb(239,184,209); }

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