#EDAFD7

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

Shades of Lavender Pink #EDAFD7

Tints of Lavender Pink #EDAFD7

Color information

#EDAFD7 (or 0xEDAFD7) is unknown color: approx Lavender Pink. HEX triplet: ED, AF and D7. RGB value is (237,175,215). Sum of RGB (Red+Green+Blue) = 237+175+215=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFD7 is #125028. Grayscale: #C6C6C6. Windows color (decimal): -1200169 or 14135277. OLE color: 14135277.

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

Color convert

RGB237175215-
CMYK00.260.090.07
HSL321.29º63.27%80.78%-
HSV(B)321.29º26.16%92.94%-
XYZ62.5253.5771.33-
YUV198.1137.54155.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=37.80%
G=27.91%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717521500.260.090.07321.2963.2780.78
HexEDAFD701A971413f51
Octal35525732703211750177121
Binary11101101101011111101011101101010011111010000011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFD7; }

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

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

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

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

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

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

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

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