#EFADD3

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

Shades of Lavender Pink #EFADD3

Tints of Lavender Pink #EFADD3

Color information

#EFADD3 (or 0xEFADD3) is unknown color: approx Lavender Pink. HEX triplet: EF, AD and D3. RGB value is (239,173,211). Sum of RGB (Red+Green+Blue) = 239+173+211=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD3 is #10522C. Grayscale: #C4C4C4. Windows color (decimal): -1069613 or 13872623. OLE color: 13872623.

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

Color convert

RGB239173211-
CMYK00.280.120.06
HSL325.45º67.35%80.78%-
HSV(B)325.45º27.62%93.73%-
XYZ62.352.9468.56-
YUV197.07135.87157.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=38.36%
G=27.77%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917321100.280.120.06325.4567.3580.78
HexEFADD301CC61454351
Octal357255323034146505103121
Binary111011111010110111010011011100110011010100010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADD3; }

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

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

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

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

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

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

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

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