Html Css Color HEX #EDAAE0 Lavender Rose

📋 copy color: '#EDAAE0'

red 237 ◦ green 170 ◦ blue 224

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

Shades of Lavender Rose #EDAAE0

Tints of Lavender Rose #EDAAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.5%

R = 37.56%
G = 26.94%
B = 35.5%

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

#EDAAE0 (or 0xEDAAE0) is known color: Lavender Rose. HEX triplet: ED, AA and E0. RGB value is (237,170,224). Sum of RGB (Red+Green+Blue) = 237+170+224=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAE0 is #12551F. Grayscale: #C4C4C4. Windows color (decimal): -1201440 or 14723821. OLE color: 14723821.

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

Color convert

RGB 237 170 224 -
CMYK 0 0.28 0.05 0.07
HSL 311.64º 0.65% 0.8% -
HSV(B) 311.64º 0.28% 0.93% -
XYZ 62.75 52.14 77.28 -
YUV 196.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 237 170 224 0 0.28 0.05 0.07 311.64 0.65 0.8
Hex ED AA E0 0 1C 5 7 138 41 50
Octal 355 252 340 0 34 5 7 470 101 120
Binary 11101101 10101010 11100000 0 11100 101 111 100111000 1000001 1010000

Color Harmonies of #EDAAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAE0

Black with #EDAAE0

Text Example


Text Example

White with #EDAAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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