#EFAFCC

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

Shades of Lavender Pink #EFAFCC

Tints of Lavender Pink #EFAFCC

Color information

#EFAFCC (or 0xEFAFCC) is unknown color: approx Lavender Pink. HEX triplet: EF, AF and CC. RGB value is (239,175,204). Sum of RGB (Red+Green+Blue) = 239+175+204=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFCC is #105033. Grayscale: #C5C5C5. Windows color (decimal): -1069108 or 13414383. OLE color: 13414383.

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

Color convert

RGB239175204-
CMYK00.270.150.06
HSL332.81º66.67%81.18%-
HSV(B)332.81º26.78%93.73%-
XYZ61.8353.3764.17-
YUV197.44131.7157.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=38.67%
G=28.32%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917520400.270.150.06332.8166.6781.18
HexEFAFCC01BF614d4351
Octal357257314033176515103121
Binary111011111010111111001100011011111111010100110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFCC; }

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

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

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

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

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

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

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

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