Html Css Color HEX #EDB0DA French Lilac

📋 copy color: '#EDB0DA'

red 237 ◦ green 176 ◦ blue 218

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

Shades of French Lilac #EDB0DA

Tints of French Lilac #EDB0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 37.56%
G = 27.89%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDB0DA (or 0xEDB0DA) is known color: French Lilac. HEX triplet: ED, B0 and DA. RGB value is (237,176,218). Sum of RGB (Red+Green+Blue) = 237+176+218=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0DA is #124F25. Grayscale: #C6C6C6. Windows color (decimal): -1199910 or 14332141. OLE color: 14332141.

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

Color convert

RGB 237 176 218 -
CMYK 0 0.26 0.08 0.07
HSL 318.69º 0.63% 0.81% -
HSV(B) 318.69º 0.26% 0.93% -
XYZ 63.11 54.12 73.45 -
YUV 199.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 237 176 218 0 0.26 0.08 0.07 318.69 0.63 0.81
Hex ED B0 DA 0 1A 8 7 13F 3F 51
Octal 355 260 332 0 32 10 7 477 77 121
Binary 11101101 10110000 11011010 0 11010 1000 111 100111111 111111 1010001

Color Harmonies of #EDB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0DA

Black with #EDB0DA

Text Example


Text Example

White with #EDB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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