#EFB8DC

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

Shades of Lavender Pink #EFB8DC

Tints of Lavender Pink #EFB8DC

Color information

#EFB8DC (or 0xEFB8DC) is unknown color: approx Lavender Pink. HEX triplet: EF, B8 and DC. RGB value is (239,184,220). Sum of RGB (Red+Green+Blue) = 239+184+220=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8DC is #104723. Grayscale: #CCCCCC. Windows color (decimal): -1066788 or 14465263. OLE color: 14465263.

HSL color Cylindrical-coordinate representation of color #EFB8DC: hue angle of 320.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 #EFB8DC is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239184220-
CMYK00.230.080.06
HSL320.73º63.22%82.94%-
HSV(B)320.73º23.01%93.73%-
XYZ65.6657.875.41-
YUV204.55136.72152.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 184 (72.27% from 255) = 28.62%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=37.17%
G=28.62%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918422000.230.080.06320.7363.2282.94
HexEFB8DC017861413f53
Octal35727033402710650177123
Binary11101111101110001101110001011110001101010000011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8DC; }

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

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

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

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

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

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

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

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