Html Css Color HEX #EDA5DC Lavender Rose

📋 copy color: '#EDA5DC'

red 237 ◦ green 165 ◦ blue 220

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

Shades of Lavender Rose #EDA5DC

Tints of Lavender Rose #EDA5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.53%

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

R = 38.1%
G = 26.53%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDA5DC (or 0xEDA5DC) is known color: Lavender Rose. HEX triplet: ED, A5 and DC. RGB value is (237,165,220). Sum of RGB (Red+Green+Blue) = 237+165+220=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5DC is #125A23. Grayscale: #C0C0C0. Windows color (decimal): -1202724 or 14460397. OLE color: 14460397.

HSL color Cylindrical-coordinate representation of color #EDA5DC: hue angle of 314.17º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA5DC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 165 220 -
CMYK 0 0.30 0.07 0.07
HSL 314.17º 0.67% 0.79% -
HSV(B) 314.17º 0.3% 0.93% -
XYZ 61.3 50.08 74.15 -
YUV 192.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 237 165 220 0 0.30 0.07 0.07 314.17 0.67 0.79
Hex ED A5 DC 0 1E 7 7 13A 43 4F
Octal 355 245 334 0 36 7 7 472 103 117
Binary 11101101 10100101 11011100 0 11110 111 111 100111010 1000011 1001111

Color Harmonies of #EDA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5DC

Black with #EDA5DC

Text Example


Text Example

White with #EDA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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