Html Css Color HEX #EDB9DB French Lilac

📋 copy color: '#EDB9DB'

red 237 ◦ green 185 ◦ blue 219

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

Shades of French Lilac #EDB9DB

Tints of French Lilac #EDB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.86%

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

R = 36.97%
G = 28.86%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDB9DB (or 0xEDB9DB) is known color: French Lilac. HEX triplet: ED, B9 and DB. RGB value is (237,185,219). Sum of RGB (Red+Green+Blue) = 237+185+219=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9DB is #124624. Grayscale: #CCCCCC. Windows color (decimal): -1197605 or 14399981. OLE color: 14399981.

HSL color Cylindrical-coordinate representation of color #EDB9DB: hue angle of 320.77º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB9DB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 219 -
CMYK 0 0.22 0.08 0.07
HSL 320.77º 0.59% 0.83% -
HSV(B) 320.77º 0.22% 0.93% -
XYZ 65.06 57.82 74.75 -
YUV 204.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 237 185 219 0 0.22 0.08 0.07 320.77 0.59 0.83
Hex ED B9 DB 0 16 8 7 141 3B 53
Octal 355 271 333 0 26 10 7 501 73 123
Binary 11101101 10111001 11011011 0 10110 1000 111 101000001 111011 1010011

Color Harmonies of #EDB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9DB

Black with #EDB9DB

Text Example


Text Example

White with #EDB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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