#EDACCF

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

Shades of Lavender Pink #EDACCF

Tints of Lavender Pink #EDACCF

Color information

#EDACCF (or 0xEDACCF) is unknown color: approx Lavender Pink. HEX triplet: ED, AC and CF. RGB value is (237,172,207). Sum of RGB (Red+Green+Blue) = 237+172+207=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACCF is #125330. Grayscale: #C3C3C3. Windows color (decimal): -1200945 or 13610221. OLE color: 13610221.

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

Color convert

RGB237172207-
CMYK00.270.130.07
HSL327.69º64.36%80.2%-
HSV(B)327.69º27.43%92.94%-
XYZ60.9452.0165.86-
YUV195.42134.53157.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=38.47%
G=27.92%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717220700.270.130.07327.6964.3680.2
HexEDACCF01BD71484050
Octal355254317033157510100120
Binary111011011010110011001111011011110111110100100010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACCF; }

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

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

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

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

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

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

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

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