#EDACD7

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

Shades of Lavender Pink #EDACD7

Tints of Lavender Pink #EDACD7

Color information

#EDACD7 (or 0xEDACD7) is unknown color: approx Lavender Pink. HEX triplet: ED, AC and D7. RGB value is (237,172,215). Sum of RGB (Red+Green+Blue) = 237+172+215=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACD7 is #125328. Grayscale: #C4C4C4. Windows color (decimal): -1200937 or 14134509. OLE color: 14134509.

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

Color convert

RGB237172215-
CMYK00.270.090.07
HSL320.31º64.36%80.2%-
HSV(B)320.31º27.43%92.94%-
XYZ61.9452.4271.14-
YUV196.34138.53157-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=37.98%
G=27.56%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717221500.270.090.07320.3164.3680.2
HexEDACD701B971404050
Octal355254327033117500100120
Binary111011011010110011010111011011100111110100000010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACD7; }

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

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

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

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

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

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

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

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