Html Css Color HEX #E0CBDC French Lilac

📋 copy color: '#E0CBDC'

red 224 ◦ green 203 ◦ blue 220

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

Shades of French Lilac #E0CBDC

Tints of French Lilac #E0CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34%

R = 34.62%
G = 31.38%
B = 34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0CBDC (or 0xE0CBDC) is known color: French Lilac. HEX triplet: E0, CB and DC. RGB value is (224,203,220). Sum of RGB (Red+Green+Blue) = 224+203+220=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBDC is #1F3423. Grayscale: #D3D3D3. Windows color (decimal): -2044964 or 14470112. OLE color: 14470112.

HSL color Cylindrical-coordinate representation of color #E0CBDC: hue angle of 311.43º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CBDC is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 203 220 -
CMYK 0 0.09 0.02 0.12
HSL 311.43º 0.25% 0.84% -
HSV(B) 311.43º 0.09% 0.88% -
XYZ 65.01 63.73 76.58 -
YUV 211.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 224 203 220 0 0.09 0.02 0.12 311.43 0.25 0.84
Hex E0 CB DC 0 9 2 C 137 19 54
Octal 340 313 334 0 11 2 14 467 31 124
Binary 11100000 11001011 11011100 0 1001 10 1100 100110111 11001 1010100

Color Harmonies of #E0CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CBDC

Black with #E0CBDC

Text Example


Text Example

White with #E0CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CBDC; }

 p { color: rgb(224,203,220); }

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

background-color css

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

 a { background-color: rgb(224,203,220); }

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

border-color css

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

 span { border-color: rgb(224,203,220); }

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