#EFADD0

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

Shades of Lavender Pink #EFADD0

Tints of Lavender Pink #EFADD0

Color information

#EFADD0 (or 0xEFADD0) is unknown color: approx Lavender Pink. HEX triplet: EF, AD and D0. RGB value is (239,173,208). Sum of RGB (Red+Green+Blue) = 239+173+208=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD0 is #10522F. Grayscale: #C4C4C4. Windows color (decimal): -1069616 or 13676015. OLE color: 13676015.

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

Color convert

RGB239173208-
CMYK00.280.130.06
HSL328.18º67.35%80.78%-
HSV(B)328.18º27.62%93.73%-
XYZ61.9352.7966.6-
YUV196.72134.37158.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 208 (81.64% from 255) = 33.55%
R=38.55%
G=27.90%
B=33.55%

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
Decimal23917320800.280.130.06328.1867.3580.78
HexEFADD001CD61484351
Octal357255320034156510103121
Binary111011111010110111010000011100110111010100100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADD0; }

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

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

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

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

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

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

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

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