#EFADCE

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

Shades of Lavender Pink #EFADCE

Tints of Lavender Pink #EFADCE

Color information

#EFADCE (or 0xEFADCE) is unknown color: approx Lavender Pink. HEX triplet: EF, AD and CE. RGB value is (239,173,206). Sum of RGB (Red+Green+Blue) = 239+173+206=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCE is #105231. Grayscale: #C4C4C4. Windows color (decimal): -1069618 or 13544943. OLE color: 13544943.

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

Color convert

RGB239173206-
CMYK00.280.140.06
HSL330º67.35%80.78%-
HSV(B)330º27.62%93.73%-
XYZ61.6852.6965.31-
YUV196.5133.37158.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=38.67%
G=27.99%
B=33.33%

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
Decimal23917320600.280.140.0633067.3580.78
HexEFADCE01CE614a4351
Octal357255316034166512103121
Binary111011111010110111001110011100111011010100101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADCE; }

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

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

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

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

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

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

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

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