Html Css Color HEX #EDA7DB Lavender Rose

📋 copy color: '#EDA7DB'

red 237 ◦ green 167 ◦ blue 219

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

Shades of Lavender Rose #EDA7DB

Tints of Lavender Rose #EDA7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.81%

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

R = 38.04%
G = 26.81%
B = 35.15%

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

#EDA7DB (or 0xEDA7DB) is known color: Lavender Rose. HEX triplet: ED, A7 and DB. RGB value is (237,167,219). Sum of RGB (Red+Green+Blue) = 237+167+219=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7DB is #125824. Grayscale: #C1C1C1. Windows color (decimal): -1202213 or 14395373. OLE color: 14395373.

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

Color convert

RGB 237 167 219 -
CMYK 0 0.30 0.08 0.07
HSL 315.43º 0.66% 0.79% -
HSV(B) 315.43º 0.3% 0.93% -
XYZ 61.53 50.76 73.57 -
YUV 193.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 237 167 219 0 0.30 0.08 0.07 315.43 0.66 0.79
Hex ED A7 DB 0 1E 8 7 13B 42 4F
Octal 355 247 333 0 36 10 7 473 102 117
Binary 11101101 10100111 11011011 0 11110 1000 111 100111011 1000010 1001111

Color Harmonies of #EDA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7DB

Black with #EDA7DB

Text Example


Text Example

White with #EDA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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