#EFB3CD

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

Shades of Lavender Pink #EFB3CD

Tints of Lavender Pink #EFB3CD

Color information

#EFB3CD (or 0xEFB3CD) is unknown color: approx Lavender Pink. HEX triplet: EF, B3 and CD. RGB value is (239,179,205). Sum of RGB (Red+Green+Blue) = 239+179+205=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3CD is #104C32. Grayscale: #C7C7C7. Windows color (decimal): -1068083 or 13480943. OLE color: 13480943.

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

Color convert

RGB239179205-
CMYK00.250.140.06
HSL334º65.22%81.96%-
HSV(B)334º25.1%93.73%-
XYZ62.745565.07-
YUV199.9130.88155.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 179 (70.31% from 255) = 28.73%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=38.36%
G=28.73%
B=32.91%

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
Decimal23917920500.250.140.0633465.2281.96
HexEFB3CD019E614e4152
Octal357263315031166516101122
Binary111011111011001111001101011001111011010100111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3CD; }

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

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

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

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

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

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

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

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