Html Css Color HEX #EDA0DC Lavender Rose

📋 copy color: '#EDA0DC'

red 237 ◦ green 160 ◦ blue 220

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

Shades of Lavender Rose #EDA0DC

Tints of Lavender Rose #EDA0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.93%

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

R = 38.41%
G = 25.93%
B = 35.66%

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

#EDA0DC (or 0xEDA0DC) is known color: Lavender Rose. HEX triplet: ED, A0 and DC. RGB value is (237,160,220). Sum of RGB (Red+Green+Blue) = 237+160+220=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0DC is #125F23. Grayscale: #BDBDBD. Windows color (decimal): -1204004 or 14459117. OLE color: 14459117.

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

Color convert

RGB 237 160 220 -
CMYK 0 0.32 0.07 0.07
HSL 313.25º 0.68% 0.78% -
HSV(B) 313.25º 0.32% 0.93% -
XYZ 60.41 48.31 73.85 -
YUV 189.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 237 160 220 0 0.32 0.07 0.07 313.25 0.68 0.78
Hex ED A0 DC 0 20 7 7 139 44 4E
Octal 355 240 334 0 40 7 7 471 104 116
Binary 11101101 10100000 11011100 0 100000 111 111 100111001 1000100 1001110

Color Harmonies of #EDA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA0DC

Black with #EDA0DC

Text Example


Text Example

White with #EDA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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