#EDACCE

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

Shades of Lavender Pink #EDACCE

Tints of Lavender Pink #EDACCE

Color information

#EDACCE (or 0xEDACCE) is unknown color: approx Lavender Pink. HEX triplet: ED, AC and CE. RGB value is (237,172,206). Sum of RGB (Red+Green+Blue) = 237+172+206=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACCE is #125331. Grayscale: #C3C3C3. Windows color (decimal): -1200946 or 13544685. OLE color: 13544685.

HSL color Cylindrical-coordinate representation of color #EDACCE: hue angle of 328.62º 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 #EDACCE is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237172206-
CMYK00.270.130.07
HSL328.62º64.36%80.2%-
HSV(B)328.62º27.43%92.94%-
XYZ60.8251.9765.22-
YUV195.31134.03157.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=38.54%
G=27.97%
B=33.50%

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
Decimal23717220600.270.130.07328.6264.3680.2
HexEDACCE01BD71494050
Octal355254316033157511100120
Binary111011011010110011001110011011110111110100100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACCE; }

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

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

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

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

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

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

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

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