Html Css Color HEX #EDA2DC Lavender Rose

📋 copy color: '#EDA2DC'

red 237 ◦ green 162 ◦ blue 220

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

Shades of Lavender Rose #EDA2DC

Tints of Lavender Rose #EDA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.17%

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

R = 38.29%
G = 26.17%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDA2DC (or 0xEDA2DC) is known color: Lavender Rose. HEX triplet: ED, A2 and DC. RGB value is (237,162,220). Sum of RGB (Red+Green+Blue) = 237+162+220=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2DC is #125D23. Grayscale: #BEBEBE. Windows color (decimal): -1203492 or 14459629. OLE color: 14459629.

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

Color convert

RGB 237 162 220 -
CMYK 0 0.32 0.07 0.07
HSL 313.6º 0.68% 0.78% -
HSV(B) 313.6º 0.32% 0.93% -
XYZ 60.76 49.01 73.97 -
YUV 191.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 237 162 220 0 0.32 0.07 0.07 313.6 0.68 0.78
Hex ED A2 DC 0 20 7 7 13A 44 4E
Octal 355 242 334 0 40 7 7 472 104 116
Binary 11101101 10100010 11011100 0 100000 111 111 100111010 1000100 1001110

Color Harmonies of #EDA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA2DC

Black with #EDA2DC

Text Example


Text Example

White with #EDA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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