Html Css Color HEX #EDB5DC French Lilac

📋 copy color: '#EDB5DC'

red 237 ◦ green 181 ◦ blue 220

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

Shades of French Lilac #EDB5DC

Tints of French Lilac #EDB5DC

RGB

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

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

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

R = 37.15%
G = 28.37%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDB5DC (or 0xEDB5DC) is known color: French Lilac. HEX triplet: ED, B5 and DC. RGB value is (237,181,220). Sum of RGB (Red+Green+Blue) = 237+181+220=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5DC is #124A23. Grayscale: #CACACA. Windows color (decimal): -1198628 or 14464493. OLE color: 14464493.

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

Color convert

RGB 237 181 220 -
CMYK 0 0.24 0.07 0.07
HSL 318.21º 0.61% 0.82% -
HSV(B) 318.21º 0.24% 0.93% -
XYZ 64.37 56.22 75.17 -
YUV 202.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 237 181 220 0 0.24 0.07 0.07 318.21 0.61 0.82
Hex ED B5 DC 0 18 7 7 13E 3D 52
Octal 355 265 334 0 30 7 7 476 75 122
Binary 11101101 10110101 11011100 0 11000 111 111 100111110 111101 1010010

Color Harmonies of #EDB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB5DC

Black with #EDB5DC

Text Example


Text Example

White with #EDB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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