#EFADCC

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

Shades of Lavender Pink #EFADCC

Tints of Lavender Pink #EFADCC

Color information

#EFADCC (or 0xEFADCC) is unknown color: approx Lavender Pink. HEX triplet: EF, AD and CC. RGB value is (239,173,204). Sum of RGB (Red+Green+Blue) = 239+173+204=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCC is #105233. Grayscale: #C4C4C4. Windows color (decimal): -1069620 or 13413871. OLE color: 13413871.

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

Color convert

RGB239173204-
CMYK00.280.150.06
HSL331.82º67.35%80.78%-
HSV(B)331.82º27.62%93.73%-
XYZ61.4452.664.04-
YUV196.27132.37158.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=38.80%
G=28.08%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917320400.280.150.06331.8267.3580.78
HexEFADCC01CF614c4351
Octal357255314034176514103121
Binary111011111010110111001100011100111111010100110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADCC; }

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

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

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

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

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

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

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

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