#EFADCB

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

Shades of Lavender Pink #EFADCB

Tints of Lavender Pink #EFADCB

Color information

#EFADCB (or 0xEFADCB) is unknown color: approx Lavender Pink. HEX triplet: EF, AD and CB. RGB value is (239,173,203). Sum of RGB (Red+Green+Blue) = 239+173+203=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCB is #105234. Grayscale: #C4C4C4. Windows color (decimal): -1069621 or 13348335. OLE color: 13348335.

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

Color convert

RGB239173203-
CMYK00.280.150.06
HSL332.73º67.35%80.78%-
HSV(B)332.73º27.62%93.73%-
XYZ61.3252.5563.41-
YUV196.15131.87158.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 173 (67.97% from 255) = 28.13%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=38.86%
G=28.13%
B=33.01%

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
Decimal23917320300.280.150.06332.7367.3580.78
HexEFADCB01CF614d4351
Octal357255313034176515103121
Binary111011111010110111001011011100111111010100110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADCB; }

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

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

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

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

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

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

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

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