Html Css Color HEX #EDB0DC French Lilac

📋 copy color: '#EDB0DC'

red 237 ◦ green 176 ◦ blue 220

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

Shades of French Lilac #EDB0DC

Tints of French Lilac #EDB0DC

RGB

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

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

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

R = 37.44%
G = 27.8%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDB0DC (or 0xEDB0DC) is known color: French Lilac. HEX triplet: ED, B0 and DC. RGB value is (237,176,220). Sum of RGB (Red+Green+Blue) = 237+176+220=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0DC is #124F23. Grayscale: #C7C7C7. Windows color (decimal): -1199908 or 14463213. OLE color: 14463213.

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

Color convert

RGB 237 176 220 -
CMYK 0 0.26 0.07 0.07
HSL 316.72º 0.63% 0.81% -
HSV(B) 316.72º 0.26% 0.93% -
XYZ 63.37 54.22 74.84 -
YUV 199.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 237 176 220 0 0.26 0.07 0.07 316.72 0.63 0.81
Hex ED B0 DC 0 1A 7 7 13D 3F 51
Octal 355 260 334 0 32 7 7 475 77 121
Binary 11101101 10110000 11011100 0 11010 111 111 100111101 111111 1010001

Color Harmonies of #EDB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0DC

Black with #EDB0DC

Text Example


Text Example

White with #EDB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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