#EDAADC

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

Shades of Lavender Rose #EDAADC

Tints of Lavender Rose #EDAADC

Color information

#EDAADC (or 0xEDAADC) is unknown color: approx Lavender Rose. HEX triplet: ED, AA and DC. RGB value is (237,170,220). Sum of RGB (Red+Green+Blue) = 237+170+220=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAADC is #125523. Grayscale: #C3C3C3. Windows color (decimal): -1201444 or 14461677. OLE color: 14461677.

HSL color Cylindrical-coordinate representation of color #EDAADC: hue angle of 315.22º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDAADC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237170220-
CMYK00.280.070.07
HSL315.22º65.05%79.8%-
HSV(B)315.22º28.27%92.94%-
XYZ62.2251.9274.45-
YUV195.73141.7157.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 170 (66.80% from 255) = 27.11%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=37.80%
G=27.11%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717022000.280.070.07315.2265.0579.8
HexEDAADC01C7713b4150
Octal35525233403477473101120
Binary11101101101010101101110001110011111110011101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAADC; }

 p { color: rgb(237,170,220); }

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

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

 a { background-color: rgb(237,170,220); }

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

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

 span { border-color: rgb(237,170,220); }

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