Html Css Color HEX #E0B9DD French Lilac

📋 copy color: '#E0B9DD'

red 224 ◦ green 185 ◦ blue 221

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

Shades of French Lilac #E0B9DD

Tints of French Lilac #E0B9DD

RGB

 RED value IS 224 (87.89% from 255) = 35.56%

 GREEN value IS 185 (72.66% from 255) = 29.37%

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

R = 35.56%
G = 29.37%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0B9DD (or 0xE0B9DD) is known color: French Lilac. HEX triplet: E0, B9 and DD. RGB value is (224,185,221). Sum of RGB (Red+Green+Blue) = 224+185+221=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9DD is #1F4622. Grayscale: #C8C8C8. Windows color (decimal): -2049571 or 14531040. OLE color: 14531040.

HSL color Cylindrical-coordinate representation of color #E0B9DD: hue angle of 304.62º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0B9DD is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 185 221 -
CMYK 0 0.17 0.01 0.12
HSL 304.62º 0.39% 0.8% -
HSV(B) 304.62º 0.17% 0.88% -
XYZ 61.14 55.77 75.95 -
YUV 200.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 224 185 221 0 0.17 0.01 0.12 304.62 0.39 0.8
Hex E0 B9 DD 0 11 1 C 131 27 50
Octal 340 271 335 0 21 1 14 461 47 120
Binary 11100000 10111001 11011101 0 10001 1 1100 100110001 100111 1010000

Color Harmonies of #E0B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B9DD

Black with #E0B9DD

Text Example


Text Example

White with #E0B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B9DD; }

 p { color: rgb(224,185,221); }

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

background-color css

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

 a { background-color: rgb(224,185,221); }

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

border-color css

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

 span { border-color: rgb(224,185,221); }

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