Html Css Color HEX #EDC0DF French Lilac

📋 copy color: '#EDC0DF'

red 237 ◦ green 192 ◦ blue 223

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

Shades of French Lilac #EDC0DF

Tints of French Lilac #EDC0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.45%

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

R = 36.35%
G = 29.45%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDC0DF (or 0xEDC0DF) is known color: French Lilac. HEX triplet: ED, C0 and DF. RGB value is (237,192,223). Sum of RGB (Red+Green+Blue) = 237+192+223=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0DF is #123F20. Grayscale: #D0D0D0. Windows color (decimal): -1195809 or 14663917. OLE color: 14663917.

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

Color convert

RGB 237 192 223 -
CMYK 0 0.19 0.06 0.07
HSL 318.67º 0.56% 0.84% -
HSV(B) 318.67º 0.19% 0.93% -
XYZ 67.09 61.03 78.06 -
YUV 208.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 237 192 223 0 0.19 0.06 0.07 318.67 0.56 0.84
Hex ED C0 DF 0 13 6 7 13F 38 54
Octal 355 300 337 0 23 6 7 477 70 124
Binary 11101101 11000000 11011111 0 10011 110 111 100111111 111000 1010100

Color Harmonies of #EDC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0DF

Black with #EDC0DF

Text Example


Text Example

White with #EDC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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