#EFAED2

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

Shades of Lavender Pink #EFAED2

Tints of Lavender Pink #EFAED2

Color information

#EFAED2 (or 0xEFAED2) is unknown color: approx Lavender Pink. HEX triplet: EF, AE and D2. RGB value is (239,174,210). Sum of RGB (Red+Green+Blue) = 239+174+210=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAED2 is #10512D. Grayscale: #C5C5C5. Windows color (decimal): -1069358 or 13807343. OLE color: 13807343.

HSL color Cylindrical-coordinate representation of color #EFAED2: hue angle of 326.77º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAED2 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB239174210-
CMYK00.270.120.06
HSL326.77º67.01%80.98%-
HSV(B)326.77º27.2%93.73%-
XYZ62.3753.2867.97-
YUV197.54135.03157.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 210 (82.42% from 255) = 33.71%
R=38.36%
G=27.93%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917421000.270.120.06326.7767.0180.98
HexEFAED201BC61474351
Octal357256322033146507103121
Binary111011111010111011010010011011110011010100011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAED2; }

 p { color: rgb(239,174,210); }

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

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

 a { background-color: rgb(239,174,210); }

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

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

 span { border-color: rgb(239,174,210); }

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