#EFB2CC

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

Shades of Lavender Pink #EFB2CC

Tints of Lavender Pink #EFB2CC

Color information

#EFB2CC (or 0xEFB2CC) is unknown color: approx Lavender Pink. HEX triplet: EF, B2 and CC. RGB value is (239,178,204). Sum of RGB (Red+Green+Blue) = 239+178+204=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2CC is #104D33. Grayscale: #C7C7C7. Windows color (decimal): -1068340 or 13415151. OLE color: 13415151.

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

Color convert

RGB239178204-
CMYK00.260.150.06
HSL334.43º65.59%81.76%-
HSV(B)334.43º25.52%93.73%-
XYZ62.4254.5564.37-
YUV199.2130.71156.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 178 (69.92% from 255) = 28.66%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=38.49%
G=28.66%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917820400.260.150.06334.4365.5981.76
HexEFB2CC01AF614e4252
Octal357262314032176516102122
Binary111011111011001011001100011010111111010100111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2CC; }

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

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

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

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

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

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

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

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