Html Css Color HEX #E2CBDB French Lilac

📋 copy color: '#E2CBDB'

red 226 ◦ green 203 ◦ blue 219

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

Shades of French Lilac #E2CBDB

Tints of French Lilac #E2CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.33%

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

R = 34.88%
G = 31.33%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2CBDB (or 0xE2CBDB) is known color: French Lilac. HEX triplet: E2, CB and DB. RGB value is (226,203,219). Sum of RGB (Red+Green+Blue) = 226+203+219=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBDB is #1D3424. Grayscale: #D3D3D3. Windows color (decimal): -1913893 or 14404578. OLE color: 14404578.

HSL color Cylindrical-coordinate representation of color #E2CBDB: hue angle of 318.26º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CBDB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 203 219 -
CMYK 0 0.10 0.03 0.11
HSL 318.26º 0.28% 0.84% -
HSV(B) 318.26º 0.1% 0.89% -
XYZ 65.51 64 75.92 -
YUV 211.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 226 203 219 0 0.10 0.03 0.11 318.26 0.28 0.84
Hex E2 CB DB 0 A 3 B 13E 1C 54
Octal 342 313 333 0 12 3 13 476 34 124
Binary 11100010 11001011 11011011 0 1010 11 1011 100111110 11100 1010100

Color Harmonies of #E2CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CBDB

Black with #E2CBDB

Text Example


Text Example

White with #E2CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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