Html Css Color HEX #EDB3DF French Lilac

📋 copy color: '#EDB3DF'

red 237 ◦ green 179 ◦ blue 223

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

Shades of French Lilac #EDB3DF

Tints of French Lilac #EDB3DF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.01%

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 37.09%
G = 28.01%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDB3DF (or 0xEDB3DF) is known color: French Lilac. HEX triplet: ED, B3 and DF. RGB value is (237,179,223). Sum of RGB (Red+Green+Blue) = 237+179+223=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3DF is #124C20. Grayscale: #C9C9C9. Windows color (decimal): -1199137 or 14660589. OLE color: 14660589.

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

Color convert

RGB 237 179 223 -
CMYK 0 0.24 0.06 0.07
HSL 314.48º 0.62% 0.82% -
HSV(B) 314.48º 0.24% 0.93% -
XYZ 64.36 55.57 77.15 -
YUV 201.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 237 179 223 0 0.24 0.06 0.07 314.48 0.62 0.82
Hex ED B3 DF 0 18 6 7 13A 3E 52
Octal 355 263 337 0 30 6 7 472 76 122
Binary 11101101 10110011 11011111 0 11000 110 111 100111010 111110 1010010

Color Harmonies of #EDB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3DF

Black with #EDB3DF

Text Example


Text Example

White with #EDB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3DF; }

 p { color: rgb(237,179,223); }

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

background-color css

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

 a { background-color: rgb(237,179,223); }

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

border-color css

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

 span { border-color: rgb(237,179,223); }

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