Html Css Color HEX #EDAAE1 Lavender Rose

📋 copy color: '#EDAAE1'

red 237 ◦ green 170 ◦ blue 225

#EDAAE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #EDAAE1

Tints of Lavender Rose #EDAAE1

RGB

 RED value IS 237 (92.97% from 255) = 37.5%

 GREEN value IS 170 (66.8% from 255) = 26.9%

 BLUE value IS 225 (88.28% from 255) = 35.6%

R = 37.5%
G = 26.9%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDAAE1 (or 0xEDAAE1) is known color: Lavender Rose. HEX triplet: ED, AA and E1. RGB value is (237,170,225). Sum of RGB (Red+Green+Blue) = 237+170+225=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAE1 is #12551E. Grayscale: #C4C4C4. Windows color (decimal): -1201439 or 14789357. OLE color: 14789357.

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

Color convert

RGB 237 170 225 -
CMYK 0 0.28 0.05 0.07
HSL 310.75º 0.65% 0.8% -
HSV(B) 310.75º 0.28% 0.93% -
XYZ 62.89 52.19 77.99 -
YUV 196.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 237 170 225 0 0.28 0.05 0.07 310.75 0.65 0.8
Hex ED AA E1 0 1C 5 7 137 41 50
Octal 355 252 341 0 34 5 7 467 101 120
Binary 11101101 10101010 11100001 0 11100 101 111 100110111 1000001 1010000

Color Harmonies of #EDAAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAE1

Black with #EDAAE1

Text Example


Text Example

White with #EDAAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAE1; }

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

 H1.HeaderClassName
 {
   color: #EDAAE1;
 }
 .AnyTagClassName
 {
   color: #EDAAE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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