Html Css Color HEX #EDB5DB French Lilac

📋 copy color: '#EDB5DB'

red 237 ◦ green 181 ◦ blue 219

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

Shades of French Lilac #EDB5DB

Tints of French Lilac #EDB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.41%

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

R = 37.21%
G = 28.41%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDB5DB (or 0xEDB5DB) is known color: French Lilac. HEX triplet: ED, B5 and DB. RGB value is (237,181,219). Sum of RGB (Red+Green+Blue) = 237+181+219=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5DB is #124A24. Grayscale: #C9C9C9. Windows color (decimal): -1198629 or 14398957. OLE color: 14398957.

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

Color convert

RGB 237 181 219 -
CMYK 0 0.24 0.08 0.07
HSL 319.29º 0.61% 0.82% -
HSV(B) 319.29º 0.24% 0.93% -
XYZ 64.24 56.17 74.47 -
YUV 202.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 237 181 219 0 0.24 0.08 0.07 319.29 0.61 0.82
Hex ED B5 DB 0 18 8 7 13F 3D 52
Octal 355 265 333 0 30 10 7 477 75 122
Binary 11101101 10110101 11011011 0 11000 1000 111 100111111 111101 1010010

Color Harmonies of #EDB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB5DB

Black with #EDB5DB

Text Example


Text Example

White with #EDB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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