#EFADD1

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

Shades of Lavender Pink #EFADD1

Tints of Lavender Pink #EFADD1

Color information

#EFADD1 (or 0xEFADD1) is unknown color: approx Lavender Pink. HEX triplet: EF, AD and D1. RGB value is (239,173,209). Sum of RGB (Red+Green+Blue) = 239+173+209=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD1 is #10522E. Grayscale: #C4C4C4. Windows color (decimal): -1069615 or 13741551. OLE color: 13741551.

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

Color convert

RGB239173209-
CMYK00.280.130.06
HSL327.27º67.35%80.78%-
HSV(B)327.27º27.62%93.73%-
XYZ62.0552.8467.25-
YUV196.84134.87158.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 209 (82.03% from 255) = 33.66%
R=38.49%
G=27.86%
B=33.66%

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
Decimal23917320900.280.130.06327.2767.3580.78
HexEFADD101CD61474351
Octal357255321034156507103121
Binary111011111010110111010001011100110111010100011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADD1; }

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

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

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

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

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

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

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

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