Html Css Color HEX #E1CBDB French Lilac

📋 copy color: '#E1CBDB'

red 225 ◦ green 203 ◦ blue 219

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

Shades of French Lilac #E1CBDB

Tints of French Lilac #E1CBDB

RGB

 RED value IS 225 (88.28% from 255) = 34.78%

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

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

R = 34.78%
G = 31.38%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1CBDB (or 0xE1CBDB) is known color: French Lilac. HEX triplet: E1, CB and DB. RGB value is (225,203,219). Sum of RGB (Red+Green+Blue) = 225+203+219=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBDB is #1E3424. Grayscale: #D3D3D3. Windows color (decimal): -1979429 or 14404577. OLE color: 14404577.

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

Color convert

RGB 225 203 219 -
CMYK 0 0.10 0.03 0.12
HSL 316.36º 0.27% 0.84% -
HSV(B) 316.36º 0.1% 0.88% -
XYZ 65.19 63.83 75.9 -
YUV 211.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 225 203 219 0 0.10 0.03 0.12 316.36 0.27 0.84
Hex E1 CB DB 0 A 3 C 13C 1B 54
Octal 341 313 333 0 12 3 14 474 33 124
Binary 11100001 11001011 11011011 0 1010 11 1100 100111100 11011 1010100

Color Harmonies of #E1CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CBDB

Black with #E1CBDB

Text Example


Text Example

White with #E1CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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