#EFAFCD

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

Shades of Lavender Pink #EFAFCD

Tints of Lavender Pink #EFAFCD

Color information

#EFAFCD (or 0xEFAFCD) is unknown color: approx Lavender Pink. HEX triplet: EF, AF and CD. RGB value is (239,175,205). Sum of RGB (Red+Green+Blue) = 239+175+205=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFCD is #105032. Grayscale: #C5C5C5. Windows color (decimal): -1069107 or 13479919. OLE color: 13479919.

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

Color convert

RGB239175205-
CMYK00.270.140.06
HSL331.88º66.67%81.18%-
HSV(B)331.88º26.78%93.73%-
XYZ61.9553.4264.8-
YUV197.56132.2157.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=38.61%
G=28.27%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917520500.270.140.06331.8866.6781.18
HexEFAFCD01BE614c4351
Octal357257315033166514103121
Binary111011111010111111001101011011111011010100110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFCD; }

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

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

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

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

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

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

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

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