Html Css Color HEX #EDB3DD French Lilac

📋 copy color: '#EDB3DD'

red 237 ◦ green 179 ◦ blue 221

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

Shades of French Lilac #EDB3DD

Tints of French Lilac #EDB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.1%

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

R = 37.21%
G = 28.1%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDB3DD (or 0xEDB3DD) is known color: French Lilac. HEX triplet: ED, B3 and DD. RGB value is (237,179,221). Sum of RGB (Red+Green+Blue) = 237+179+221=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3DD is #124C22. Grayscale: #C9C9C9. Windows color (decimal): -1199139 or 14529517. OLE color: 14529517.

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

Color convert

RGB 237 179 221 -
CMYK 0 0.24 0.07 0.07
HSL 316.55º 0.62% 0.82% -
HSV(B) 316.55º 0.24% 0.93% -
XYZ 64.1 55.47 75.73 -
YUV 201.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 237 179 221 0 0.24 0.07 0.07 316.55 0.62 0.82
Hex ED B3 DD 0 18 7 7 13D 3E 52
Octal 355 263 335 0 30 7 7 475 76 122
Binary 11101101 10110011 11011101 0 11000 111 111 100111101 111110 1010010

Color Harmonies of #EDB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3DD

Black with #EDB3DD

Text Example


Text Example

White with #EDB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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