Html Css Color HEX #E0BDDC French Lilac

📋 copy color: '#E0BDDC'

red 224 ◦ green 189 ◦ blue 220

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

Shades of French Lilac #E0BDDC

Tints of French Lilac #E0BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.86%

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

R = 35.39%
G = 29.86%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0BDDC (or 0xE0BDDC) is known color: French Lilac. HEX triplet: E0, BD and DC. RGB value is (224,189,220). Sum of RGB (Red+Green+Blue) = 224+189+220=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDDC is #1F4223. Grayscale: #CACACA. Windows color (decimal): -2048548 or 14466528. OLE color: 14466528.

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

Color convert

RGB 224 189 220 -
CMYK 0 0.16 0.02 0.12
HSL 306.86º 0.36% 0.81% -
HSV(B) 306.86º 0.16% 0.88% -
XYZ 61.86 57.41 75.53 -
YUV 203 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 224 189 220 0 0.16 0.02 0.12 306.86 0.36 0.81
Hex E0 BD DC 0 10 2 C 133 24 51
Octal 340 275 334 0 20 2 14 463 44 121
Binary 11100000 10111101 11011100 0 10000 10 1100 100110011 100100 1010001

Color Harmonies of #E0BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDDC

Black with #E0BDDC

Text Example


Text Example

White with #E0BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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