#EDAACF

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

Shades of Lavender Pink #EDAACF

Tints of Lavender Pink #EDAACF

Color information

#EDAACF (or 0xEDAACF) is unknown color: approx Lavender Pink. HEX triplet: ED, AA and CF. RGB value is (237,170,207). Sum of RGB (Red+Green+Blue) = 237+170+207=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAACF is #125530. Grayscale: #C2C2C2. Windows color (decimal): -1201457 or 13609709. OLE color: 13609709.

HSL color Cylindrical-coordinate representation of color #EDAACF: hue angle of 326.87º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDAACF is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237170207-
CMYK00.280.130.07
HSL326.87º65.05%79.8%-
HSV(B)326.87º28.27%92.94%-
XYZ60.5651.2665.73-
YUV194.25135.2158.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=38.60%
G=27.69%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717020700.280.130.07326.8765.0579.8
HexEDAACF01CD71474150
Octal355252317034157507101120
Binary111011011010101011001111011100110111110100011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAACF; }

 p { color: rgb(237,170,207); }

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

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

 a { background-color: rgb(237,170,207); }

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

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

 span { border-color: rgb(237,170,207); }

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