#EDACD4

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

Shades of Lavender Pink #EDACD4

Tints of Lavender Pink #EDACD4

Color information

#EDACD4 (or 0xEDACD4) is unknown color: approx Lavender Pink. HEX triplet: ED, AC and D4. RGB value is (237,172,212). Sum of RGB (Red+Green+Blue) = 237+172+212=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACD4 is #12532B. Grayscale: #C3C3C3. Windows color (decimal): -1200940 or 13937901. OLE color: 13937901.

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

Color convert

RGB237172212-
CMYK00.270.110.07
HSL323.08º64.36%80.2%-
HSV(B)323.08º27.43%92.94%-
XYZ61.5652.2669.13-
YUV196137.03157.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 212 (83.20% from 255) = 34.14%
R=38.16%
G=27.70%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717221200.270.110.07323.0864.3680.2
HexEDACD401BB71434050
Octal355254324033137503100120
Binary111011011010110011010100011011101111110100001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACD4; }

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

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

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

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

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

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

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

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