Html Css Color HEX #EDB8DC French Lilac

📋 copy color: '#EDB8DC'

red 237 ◦ green 184 ◦ blue 220

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

Shades of French Lilac #EDB8DC

Tints of French Lilac #EDB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.71%

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

R = 36.97%
G = 28.71%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDB8DC (or 0xEDB8DC) is known color: French Lilac. HEX triplet: ED, B8 and DC. RGB value is (237,184,220). Sum of RGB (Red+Green+Blue) = 237+184+220=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8DC is #124723. Grayscale: #CBCBCB. Windows color (decimal): -1197860 or 14465261. OLE color: 14465261.

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

Color convert

RGB 237 184 220 -
CMYK 0 0.22 0.07 0.07
HSL 319.25º 0.6% 0.83% -
HSV(B) 319.25º 0.22% 0.93% -
XYZ 64.98 57.45 75.37 -
YUV 203.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 237 184 220 0 0.22 0.07 0.07 319.25 0.6 0.83
Hex ED B8 DC 0 16 7 7 13F 3C 53
Octal 355 270 334 0 26 7 7 477 74 123
Binary 11101101 10111000 11011100 0 10110 111 111 100111111 111100 1010011

Color Harmonies of #EDB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8DC

Black with #EDB8DC

Text Example


Text Example

White with #EDB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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