Html Css Color HEX #E0B8DC French Lilac

📋 copy color: '#E0B8DC'

red 224 ◦ green 184 ◦ blue 220

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

Shades of French Lilac #E0B8DC

Tints of French Lilac #E0B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.3%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 35.67%
G = 29.3%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0B8DC (or 0xE0B8DC) is known color: French Lilac. HEX triplet: E0, B8 and DC. RGB value is (224,184,220). Sum of RGB (Red+Green+Blue) = 224+184+220=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B8DC is #1F4723. Grayscale: #C7C7C7. Windows color (decimal): -2049828 or 14465248. OLE color: 14465248.

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

Color convert

RGB 224 184 220 -
CMYK 0 0.18 0.02 0.12
HSL 306º 0.39% 0.8% -
HSV(B) 306º 0.18% 0.88% -
XYZ 60.8 55.3 75.18 -
YUV 200.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 224 184 220 0 0.18 0.02 0.12 306 0.39 0.8
Hex E0 B8 DC 0 12 2 C 132 27 50
Octal 340 270 334 0 22 2 14 462 47 120
Binary 11100000 10111000 11011100 0 10010 10 1100 100110010 100111 1010000

Color Harmonies of #E0B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B8DC

Black with #E0B8DC

Text Example


Text Example

White with #E0B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B8DC; }

 p { color: rgb(224,184,220); }

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

background-color css

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

 a { background-color: rgb(224,184,220); }

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

border-color css

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

 span { border-color: rgb(224,184,220); }

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