#EFADCF

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

Shades of Lavender Pink #EFADCF

Tints of Lavender Pink #EFADCF

Color information

#EFADCF (or 0xEFADCF) is unknown color: approx Lavender Pink. HEX triplet: EF, AD and CF. RGB value is (239,173,207). Sum of RGB (Red+Green+Blue) = 239+173+207=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCF is #105230. Grayscale: #C4C4C4. Windows color (decimal): -1069617 or 13610479. OLE color: 13610479.

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

Color convert

RGB239173207-
CMYK00.280.130.06
HSL329.09º67.35%80.78%-
HSV(B)329.09º27.62%93.73%-
XYZ61.852.7465.95-
YUV196.61133.87158.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=38.61%
G=27.95%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917320700.280.130.06329.0967.3580.78
HexEFADCF01CD61494351
Octal357255317034156511103121
Binary111011111010110111001111011100110111010100100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADCF; }

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

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

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

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

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

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

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

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