#EFAACB

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

Shades of Lavender Pink #EFAACB

Tints of Lavender Pink #EFAACB

Color information

#EFAACB (or 0xEFAACB) is unknown color: approx Lavender Pink. HEX triplet: EF, AA and CB. RGB value is (239,170,203). Sum of RGB (Red+Green+Blue) = 239+170+203=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAACB is #105534. Grayscale: #C2C2C2. Windows color (decimal): -1070389 or 13347567. OLE color: 13347567.

HSL color Cylindrical-coordinate representation of color #EFAACB: hue angle of 331.3º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAACB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239170203-
CMYK00.290.150.06
HSL331.3º68.32%80.2%-
HSV(B)331.3º28.87%93.73%-
XYZ60.7551.4163.22-
YUV194.39132.86159.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=39.05%
G=27.78%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917020300.290.150.06331.368.3280.2
HexEFAACB01DF614b4450
Octal357252313035176513104120
Binary111011111010101011001011011101111111010100101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAACB; }

 p { color: rgb(239,170,203); }

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

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

 a { background-color: rgb(239,170,203); }

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

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

 span { border-color: rgb(239,170,203); }

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