#EDAACD

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

Shades of Lavender Pink #EDAACD

Tints of Lavender Pink #EDAACD

Color information

#EDAACD (or 0xEDAACD) is unknown color: approx Lavender Pink. HEX triplet: ED, AA and CD. RGB value is (237,170,205). Sum of RGB (Red+Green+Blue) = 237+170+205=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAACD is #125532. Grayscale: #C1C1C1. Windows color (decimal): -1201459 or 13478637. OLE color: 13478637.

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

Color convert

RGB237170205-
CMYK00.280.140.07
HSL328.66º65.05%79.8%-
HSV(B)328.66º28.27%92.94%-
XYZ60.3251.1664.45-
YUV194.02134.2158.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=38.73%
G=27.78%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717020500.280.140.07328.6665.0579.8
HexEDAACD01CE71494150
Octal355252315034167511101120
Binary111011011010101011001101011100111011110100100110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAACD; }

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

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

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

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

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

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

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

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