#EFADCD

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

Shades of Lavender Pink #EFADCD

Tints of Lavender Pink #EFADCD

Color information

#EFADCD (or 0xEFADCD) is unknown color: approx Lavender Pink. HEX triplet: EF, AD and CD. RGB value is (239,173,205). Sum of RGB (Red+Green+Blue) = 239+173+205=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCD is #105232. Grayscale: #C4C4C4. Windows color (decimal): -1069619 or 13479407. OLE color: 13479407.

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

Color convert

RGB239173205-
CMYK00.280.140.06
HSL330.91º67.35%80.78%-
HSV(B)330.91º27.62%93.73%-
XYZ61.5652.6564.67-
YUV196.38132.87158.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=38.74%
G=28.04%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917320500.280.140.06330.9167.3580.78
HexEFADCD01CE614b4351
Octal357255315034166513103121
Binary111011111010110111001101011100111011010100101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADCD; }

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

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

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

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

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

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

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

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