Html Css Color HEX #E0CFDC French Lilac

📋 copy color: '#E0CFDC'

red 224 ◦ green 207 ◦ blue 220

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

Shades of French Lilac #E0CFDC

Tints of French Lilac #E0CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.8%

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

R = 34.41%
G = 31.8%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0CFDC (or 0xE0CFDC) is known color: French Lilac. HEX triplet: E0, CF and DC. RGB value is (224,207,220). Sum of RGB (Red+Green+Blue) = 224+207+220=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFDC is #1F3023. Grayscale: #D5D5D5. Windows color (decimal): -2043940 or 14471136. OLE color: 14471136.

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

Color convert

RGB 224 207 220 -
CMYK 0 0.08 0.02 0.12
HSL 314.12º 0.22% 0.85% -
HSV(B) 314.12º 0.08% 0.88% -
XYZ 65.97 65.64 76.9 -
YUV 213.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 224 207 220 0 0.08 0.02 0.12 314.12 0.22 0.85
Hex E0 CF DC 0 8 2 C 13A 16 55
Octal 340 317 334 0 10 2 14 472 26 125
Binary 11100000 11001111 11011100 0 1000 10 1100 100111010 10110 1010101

Color Harmonies of #E0CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CFDC

Black with #E0CFDC

Text Example


Text Example

White with #E0CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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