Html Css Color HEX #EDA5DB Lavender Rose

📋 copy color: '#EDA5DB'

red 237 ◦ green 165 ◦ blue 219

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

Shades of Lavender Rose #EDA5DB

Tints of Lavender Rose #EDA5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.27%

R = 38.16%
G = 26.57%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDA5DB (or 0xEDA5DB) is known color: Lavender Rose. HEX triplet: ED, A5 and DB. RGB value is (237,165,219). Sum of RGB (Red+Green+Blue) = 237+165+219=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5DB is #125A24. Grayscale: #C0C0C0. Windows color (decimal): -1202725 or 14394861. OLE color: 14394861.

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

Color convert

RGB 237 165 219 -
CMYK 0 0.30 0.08 0.07
HSL 315º 0.67% 0.79% -
HSV(B) 315º 0.3% 0.93% -
XYZ 61.17 50.03 73.45 -
YUV 192.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 237 165 219 0 0.30 0.08 0.07 315 0.67 0.79
Hex ED A5 DB 0 1E 8 7 13B 43 4F
Octal 355 245 333 0 36 10 7 473 103 117
Binary 11101101 10100101 11011011 0 11110 1000 111 100111011 1000011 1001111

Color Harmonies of #EDA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5DB

Black with #EDA5DB

Text Example


Text Example

White with #EDA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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