Html Css Color HEX #EDB0DF French Lilac

📋 copy color: '#EDB0DF'

red 237 ◦ green 176 ◦ blue 223

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

Shades of French Lilac #EDB0DF

Tints of French Lilac #EDB0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.67%

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

R = 37.26%
G = 27.67%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDB0DF (or 0xEDB0DF) is known color: French Lilac. HEX triplet: ED, B0 and DF. RGB value is (237,176,223). Sum of RGB (Red+Green+Blue) = 237+176+223=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0DF is #124F20. Grayscale: #C7C7C7. Windows color (decimal): -1199905 or 14659821. OLE color: 14659821.

HSL color Cylindrical-coordinate representation of color #EDB0DF: hue angle of 313.77º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0DF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 223 -
CMYK 0 0.26 0.06 0.07
HSL 313.77º 0.63% 0.81% -
HSV(B) 313.77º 0.26% 0.93% -
XYZ 63.77 54.38 76.95 -
YUV 199.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 237 176 223 0 0.26 0.06 0.07 313.77 0.63 0.81
Hex ED B0 DF 0 1A 6 7 13A 3F 51
Octal 355 260 337 0 32 6 7 472 77 121
Binary 11101101 10110000 11011111 0 11010 110 111 100111010 111111 1010001

Color Harmonies of #EDB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0DF

Black with #EDB0DF

Text Example


Text Example

White with #EDB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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