Html Css Color HEX #E2BDDB French Lilac

📋 copy color: '#E2BDDB'

red 226 ◦ green 189 ◦ blue 219

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

Shades of French Lilac #E2BDDB

Tints of French Lilac #E2BDDB

RGB

 RED value IS 226 (88.67% from 255) = 35.65%

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

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 35.65%
G = 29.81%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2BDDB (or 0xE2BDDB) is known color: French Lilac. HEX triplet: E2, BD and DB. RGB value is (226,189,219). Sum of RGB (Red+Green+Blue) = 226+189+219=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDDB is #1D4224. Grayscale: #CBCBCB. Windows color (decimal): -1917477 or 14400994. OLE color: 14400994.

HSL color Cylindrical-coordinate representation of color #E2BDDB: hue angle of 311.35º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BDDB is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 189 219 -
CMYK 0 0.16 0.03 0.11
HSL 311.35º 0.39% 0.81% -
HSV(B) 311.35º 0.16% 0.89% -
XYZ 62.35 57.68 74.86 -
YUV 203.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 226 189 219 0 0.16 0.03 0.11 311.35 0.39 0.81
Hex E2 BD DB 0 10 3 B 137 27 51
Octal 342 275 333 0 20 3 13 467 47 121
Binary 11100010 10111101 11011011 0 10000 11 1011 100110111 100111 1010001

Color Harmonies of #E2BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDDB

Black with #E2BDDB

Text Example


Text Example

White with #E2BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDDB; }

 p { color: rgb(226,189,219); }

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

background-color css

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

 a { background-color: rgb(226,189,219); }

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

border-color css

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

 span { border-color: rgb(226,189,219); }

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