Html Css Color HEX #E2CBDD French Lilac

📋 copy color: '#E2CBDD'

red 226 ◦ green 203 ◦ blue 221

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

Shades of French Lilac #E2CBDD

Tints of French Lilac #E2CBDD

RGB

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

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

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

R = 34.77%
G = 31.23%
B = 34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2CBDD (or 0xE2CBDD) is known color: French Lilac. HEX triplet: E2, CB and DD. RGB value is (226,203,221). Sum of RGB (Red+Green+Blue) = 226+203+221=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBDD is #1D3422. Grayscale: #D3D3D3. Windows color (decimal): -1913891 or 14535650. OLE color: 14535650.

HSL color Cylindrical-coordinate representation of color #E2CBDD: hue angle of 313.04º 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 #E2CBDD is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 203 221 -
CMYK 0 0.10 0.02 0.11
HSL 313.04º 0.28% 0.84% -
HSV(B) 313.04º 0.1% 0.89% -
XYZ 65.77 64.1 77.31 -
YUV 211.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 226 203 221 0 0.10 0.02 0.11 313.04 0.28 0.84
Hex E2 CB DD 0 A 2 B 139 1C 54
Octal 342 313 335 0 12 2 13 471 34 124
Binary 11100010 11001011 11011101 0 1010 10 1011 100111001 11100 1010100

Color Harmonies of #E2CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CBDD

Black with #E2CBDD

Text Example


Text Example

White with #E2CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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