Html Css Color HEX #EDC9E4 French Lilac

📋 copy color: '#EDC9E4'

red 237 ◦ green 201 ◦ blue 228

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

Shades of French Lilac #EDC9E4

Tints of French Lilac #EDC9E4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.18%

 BLUE value IS 228 (89.45% from 255) = 34.23%

R = 35.59%
G = 30.18%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDC9E4 (or 0xEDC9E4) is known color: French Lilac. HEX triplet: ED, C9 and E4. RGB value is (237,201,228). Sum of RGB (Red+Green+Blue) = 237+201+228=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 201 (78.91% from 255 or 30.18% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9E4 is #12361B. Grayscale: #D6D6D6. Windows color (decimal): -1193500 or 14993901. OLE color: 14993901.

HSL color Cylindrical-coordinate representation of color #EDC9E4: hue angle of 315º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9E4 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 228 -
CMYK 0 0.15 0.04 0.07
HSL 315º 0.5% 0.86% -
HSV(B) 315º 0.15% 0.93% -
XYZ 69.82 65.38 82.34 -
YUV 214.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 237 201 228 0 0.15 0.04 0.07 315 0.5 0.86
Hex ED C9 E4 0 F 4 7 13B 32 56
Octal 355 311 344 0 17 4 7 473 62 126
Binary 11101101 11001001 11100100 0 1111 100 111 100111011 110010 1010110

Color Harmonies of #EDC9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9E4

Black with #EDC9E4

Text Example


Text Example

White with #EDC9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9E4; }

 p { color: rgb(237,201,228); }

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

background-color css

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

 a { background-color: rgb(237,201,228); }

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

border-color css

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

 span { border-color: rgb(237,201,228); }

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