Html Css Color HEX #E0BDDD French Lilac

📋 copy color: '#E0BDDD'

red 224 ◦ green 189 ◦ blue 221

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

Shades of French Lilac #E0BDDD

Tints of French Lilac #E0BDDD

RGB

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

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

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

R = 35.33%
G = 29.81%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0BDDD (or 0xE0BDDD) is known color: French Lilac. HEX triplet: E0, BD and DD. RGB value is (224,189,221). Sum of RGB (Red+Green+Blue) = 224+189+221=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDDD is #1F4222. Grayscale: #CBCBCB. Windows color (decimal): -2048547 or 14532064. OLE color: 14532064.

HSL color Cylindrical-coordinate representation of color #E0BDDD: hue angle of 305.14º 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 #E0BDDD is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 221 -
CMYK 0 0.16 0.01 0.12
HSL 305.14º 0.36% 0.81% -
HSV(B) 305.14º 0.16% 0.88% -
XYZ 61.99 57.46 76.23 -
YUV 203.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 224 189 221 0 0.16 0.01 0.12 305.14 0.36 0.81
Hex E0 BD DD 0 10 1 C 131 24 51
Octal 340 275 335 0 20 1 14 461 44 121
Binary 11100000 10111101 11011101 0 10000 1 1100 100110001 100100 1010001

Color Harmonies of #E0BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDDD

Black with #E0BDDD

Text Example


Text Example

White with #E0BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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