Html Css Color HEX #EDB5DA French Lilac

📋 copy color: '#EDB5DA'

red 237 ◦ green 181 ◦ blue 218

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

Shades of French Lilac #EDB5DA

Tints of French Lilac #EDB5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.28%

R = 37.26%
G = 28.46%
B = 34.28%

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

#EDB5DA (or 0xEDB5DA) is known color: French Lilac. HEX triplet: ED, B5 and DA. RGB value is (237,181,218). Sum of RGB (Red+Green+Blue) = 237+181+218=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5DA is #124A25. Grayscale: #C9C9C9. Windows color (decimal): -1198630 or 14333421. OLE color: 14333421.

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

Color convert

RGB 237 181 218 -
CMYK 0 0.24 0.08 0.07
HSL 320.36º 0.61% 0.82% -
HSV(B) 320.36º 0.24% 0.93% -
XYZ 64.1 56.11 73.78 -
YUV 201.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 237 181 218 0 0.24 0.08 0.07 320.36 0.61 0.82
Hex ED B5 DA 0 18 8 7 140 3D 52
Octal 355 265 332 0 30 10 7 500 75 122
Binary 11101101 10110101 11011010 0 11000 1000 111 101000000 111101 1010010

Color Harmonies of #EDB5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB5DA

Black with #EDB5DA

Text Example


Text Example

White with #EDB5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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