Html Css Color HEX #EDB2DD French Lilac

📋 copy color: '#EDB2DD'

red 237 ◦ green 178 ◦ blue 221

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

Shades of French Lilac #EDB2DD

Tints of French Lilac #EDB2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.99%

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

R = 37.26%
G = 27.99%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDB2DD (or 0xEDB2DD) is known color: French Lilac. HEX triplet: ED, B2 and DD. RGB value is (237,178,221). Sum of RGB (Red+Green+Blue) = 237+178+221=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DD is #124D22. Grayscale: #C8C8C8. Windows color (decimal): -1199395 or 14529261. OLE color: 14529261.

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

Color convert

RGB 237 178 221 -
CMYK 0 0.25 0.07 0.07
HSL 316.27º 0.62% 0.81% -
HSV(B) 316.27º 0.25% 0.93% -
XYZ 63.9 55.07 75.67 -
YUV 200.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 237 178 221 0 0.25 0.07 0.07 316.27 0.62 0.81
Hex ED B2 DD 0 19 7 7 13C 3E 51
Octal 355 262 335 0 31 7 7 474 76 121
Binary 11101101 10110010 11011101 0 11001 111 111 100111100 111110 1010001

Color Harmonies of #EDB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2DD

Black with #EDB2DD

Text Example


Text Example

White with #EDB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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