Html Css Color HEX #EDAADC Lavender Rose

📋 copy color: '#EDAADC'

red 237 ◦ green 170 ◦ blue 220

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

Shades of Lavender Rose #EDAADC

Tints of Lavender Rose #EDAADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.09%

R = 37.8%
G = 27.11%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDAADC (or 0xEDAADC) is known color: 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

RGB 237 170 220 -
CMYK 0 0.28 0.07 0.07
HSL 315.22º 0.65% 0.8% -
HSV(B) 315.22º 0.28% 0.93% -
XYZ 62.22 51.92 74.45 -
YUV 195.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 237 170 220 0 0.28 0.07 0.07 315.22 0.65 0.8
Hex ED AA DC 0 1C 7 7 13B 41 50
Octal 355 252 334 0 34 7 7 473 101 120
Binary 11101101 10101010 11011100 0 11100 111 111 100111011 1000001 1010000

Color Harmonies of #EDAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAADC

Black with #EDAADC

Text Example


Text Example

White with #EDAADC

Text Example


Text Example

HTML Codes & Css Web 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>