Html Css Color HEX #EDBBDD French Lilac

📋 copy color: '#EDBBDD'

red 237 ◦ green 187 ◦ blue 221

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

Shades of French Lilac #EDBBDD

Tints of French Lilac #EDBBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.99%

 BLUE value IS 221 (86.72% from 255) = 34.26%

R = 36.74%
G = 28.99%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDBBDD (or 0xEDBBDD) is known color: French Lilac. HEX triplet: ED, BB and DD. RGB value is (237,187,221). Sum of RGB (Red+Green+Blue) = 237+187+221=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBDD is #124422. Grayscale: #CDCDCD. Windows color (decimal): -1197091 or 14531565. OLE color: 14531565.

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

Color convert

RGB 237 187 221 -
CMYK 0 0.21 0.07 0.07
HSL 319.2º 0.58% 0.83% -
HSV(B) 319.2º 0.21% 0.93% -
XYZ 65.75 58.77 76.28 -
YUV 205.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 237 187 221 0 0.21 0.07 0.07 319.2 0.58 0.83
Hex ED BB DD 0 15 7 7 13F 3A 53
Octal 355 273 335 0 25 7 7 477 72 123
Binary 11101101 10111011 11011101 0 10101 111 111 100111111 111010 1010011

Color Harmonies of #EDBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBDD

Black with #EDBBDD

Text Example


Text Example

White with #EDBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBDD; }

 p { color: rgb(237,187,221); }

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

background-color css

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

 a { background-color: rgb(237,187,221); }

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

border-color css

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

 span { border-color: rgb(237,187,221); }

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