#EDAED5

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

Shades of Lavender Pink #EDAED5

Tints of Lavender Pink #EDAED5

Color information

#EDAED5 (or 0xEDAED5) is unknown color: approx Lavender Pink. HEX triplet: ED, AE and D5. RGB value is (237,174,213). Sum of RGB (Red+Green+Blue) = 237+174+213=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAED5 is #12512A. Grayscale: #C5C5C5. Windows color (decimal): -1200427 or 14003949. OLE color: 14003949.

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

Color convert

RGB237174213-
CMYK00.270.100.07
HSL322.86º63.64%80.59%-
HSV(B)322.86º26.58%92.94%-
XYZ62.0753.0869.92-
YUV197.28136.87156.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=37.98%
G=27.88%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717421300.270.100.07322.8663.6480.59
HexEDAED501BA71434051
Octal355256325033127503100121
Binary111011011010111011010101011011101011110100001110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAED5; }

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

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

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

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

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

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

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

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