Html Css Color HEX #EDC0EA French Lilac

📋 copy color: '#EDC0EA'

red 237 ◦ green 192 ◦ blue 234

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

Shades of French Lilac #EDC0EA

Tints of French Lilac #EDC0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.29%

R = 35.75%
G = 28.96%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDC0EA (or 0xEDC0EA) is known color: French Lilac. HEX triplet: ED, C0 and EA. RGB value is (237,192,234). Sum of RGB (Red+Green+Blue) = 237+192+234=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0EA is #123F15. Grayscale: #D2D2D2. Windows color (decimal): -1195798 or 15384813. OLE color: 15384813.

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

Color convert

RGB 237 192 234 -
CMYK 0 0.19 0.01 0.07
HSL 304º 0.56% 0.84% -
HSV(B) 304º 0.19% 0.93% -
XYZ 68.63 61.64 86.12 -
YUV 210.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 237 192 234 0 0.19 0.01 0.07 304 0.56 0.84
Hex ED C0 EA 0 13 1 7 130 38 54
Octal 355 300 352 0 23 1 7 460 70 124
Binary 11101101 11000000 11101010 0 10011 1 111 100110000 111000 1010100

Color Harmonies of #EDC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0EA

Black with #EDC0EA

Text Example


Text Example

White with #EDC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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