Html Css Color HEX #EDB2DC French Lilac

📋 copy color: '#EDB2DC'

red 237 ◦ green 178 ◦ blue 220

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

Shades of French Lilac #EDB2DC

Tints of French Lilac #EDB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.03%

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 37.32%
G = 28.03%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDB2DC (or 0xEDB2DC) is known color: French Lilac. HEX triplet: ED, B2 and DC. RGB value is (237,178,220). Sum of RGB (Red+Green+Blue) = 237+178+220=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DC is #124D23. Grayscale: #C8C8C8. Windows color (decimal): -1199396 or 14463725. OLE color: 14463725.

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

Color convert

RGB 237 178 220 -
CMYK 0 0.25 0.07 0.07
HSL 317.29º 0.62% 0.81% -
HSV(B) 317.29º 0.25% 0.93% -
XYZ 63.76 55.01 74.97 -
YUV 200.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 237 178 220 0 0.25 0.07 0.07 317.29 0.62 0.81
Hex ED B2 DC 0 19 7 7 13D 3E 51
Octal 355 262 334 0 31 7 7 475 76 121
Binary 11101101 10110010 11011100 0 11001 111 111 100111101 111110 1010001

Color Harmonies of #EDB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2DC

Black with #EDB2DC

Text Example


Text Example

White with #EDB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2DC; }

 p { color: rgb(237,178,220); }

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

background-color css

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

 a { background-color: rgb(237,178,220); }

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

border-color css

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

 span { border-color: rgb(237,178,220); }

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