Html Css Color HEX #EDBDDF French Lilac

📋 copy color: '#EDBDDF'

red 237 ◦ green 189 ◦ blue 223

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

Shades of French Lilac #EDBDDF

Tints of French Lilac #EDBDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.12%

 BLUE value IS 223 (87.5% from 255) = 34.36%

R = 36.52%
G = 29.12%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDBDDF (or 0xEDBDDF) is known color: French Lilac. HEX triplet: ED, BD and DF. RGB value is (237,189,223). Sum of RGB (Red+Green+Blue) = 237+189+223=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDDF is #124220. Grayscale: #CFCFCF. Windows color (decimal): -1196577 or 14663149. OLE color: 14663149.

HSL color Cylindrical-coordinate representation of color #EDBDDF: hue angle of 317.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDDF is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 223 -
CMYK 0 0.20 0.06 0.07
HSL 317.5º 0.57% 0.84% -
HSV(B) 317.5º 0.2% 0.93% -
XYZ 66.44 59.73 77.84 -
YUV 207.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 237 189 223 0 0.20 0.06 0.07 317.5 0.57 0.84
Hex ED BD DF 0 14 6 7 13E 39 54
Octal 355 275 337 0 24 6 7 476 71 124
Binary 11101101 10111101 11011111 0 10100 110 111 100111110 111001 1010100

Color Harmonies of #EDBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDDF

Black with #EDBDDF

Text Example


Text Example

White with #EDBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDDF; }

 p { color: rgb(237,189,223); }

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

background-color css

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

 a { background-color: rgb(237,189,223); }

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

border-color css

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

 span { border-color: rgb(237,189,223); }

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