#EFB4CE

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

Shades of Lavender Pink #EFB4CE

Tints of Lavender Pink #EFB4CE

Color information

#EFB4CE (or 0xEFB4CE) is unknown color: approx Lavender Pink. HEX triplet: EF, B4 and CE. RGB value is (239,180,206). Sum of RGB (Red+Green+Blue) = 239+180+206=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4CE is #104B31. Grayscale: #C8C8C8. Windows color (decimal): -1067826 or 13546735. OLE color: 13546735.

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

Color convert

RGB239180206-
CMYK00.250.140.06
HSL333.56º64.84%82.16%-
HSV(B)333.56º24.69%93.73%-
XYZ63.0655.4565.77-
YUV200.6131.05155.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 180 (70.70% from 255) = 28.8%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=38.24%
G=28.8%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918020600.250.140.06333.5664.8482.16
HexEFB4CE019E614e4152
Octal357264316031166516101122
Binary111011111011010011001110011001111011010100111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4CE; }

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

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

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

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

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

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

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

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