#EDAFD5

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

Shades of Lavender Pink #EDAFD5

Tints of Lavender Pink #EDAFD5

Color information

#EDAFD5 (or 0xEDAFD5) is unknown color: approx Lavender Pink. HEX triplet: ED, AF and D5. RGB value is (237,175,213). Sum of RGB (Red+Green+Blue) = 237+175+213=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFD5 is #12502A. Grayscale: #C5C5C5. Windows color (decimal): -1200171 or 14004205. OLE color: 14004205.

HSL color Cylindrical-coordinate representation of color #EDAFD5: hue angle of 323.23º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFD5 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237175213-
CMYK00.260.100.07
HSL323.23º63.27%80.78%-
HSV(B)323.23º26.16%92.94%-
XYZ62.2753.4769.99-
YUV197.87136.54155.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 213 (83.59% from 255) = 34.08%
R=37.92%
G=28%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717521300.260.100.07323.2363.2780.78
HexEDAFD501AA71433f51
Octal35525732503212750377121
Binary11101101101011111101010101101010101111010000111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFD5; }

 p { color: rgb(237,175,213); }

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

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

 a { background-color: rgb(237,175,213); }

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

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

 span { border-color: rgb(237,175,213); }

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