#EFB2CD

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

Shades of Lavender Pink #EFB2CD

Tints of Lavender Pink #EFB2CD

Color information

#EFB2CD (or 0xEFB2CD) is unknown color: approx Lavender Pink. HEX triplet: EF, B2 and CD. RGB value is (239,178,205). Sum of RGB (Red+Green+Blue) = 239+178+205=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2CD is #104D32. Grayscale: #C7C7C7. Windows color (decimal): -1068339 or 13480687. OLE color: 13480687.

HSL color Cylindrical-coordinate representation of color #EFB2CD: hue angle of 333.44º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2CD is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239178205-
CMYK00.260.140.06
HSL333.44º65.59%81.76%-
HSV(B)333.44º25.52%93.73%-
XYZ62.5454.665-
YUV199.32131.21156.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 178 (69.92% from 255) = 28.62%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=38.42%
G=28.62%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917820500.260.140.06333.4465.5981.76
HexEFB2CD01AE614d4252
Octal357262315032166515102122
Binary111011111011001011001101011010111011010100110110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2CD; }

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

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

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

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

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

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

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

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