Html Css Color HEX #E2CCDC French Lilac

📋 copy color: '#E2CCDC'

red 226 ◦ green 204 ◦ blue 220

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

Shades of French Lilac #E2CCDC

Tints of French Lilac #E2CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.38%

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

R = 34.77%
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.11

RGB Variations

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

Color information

#E2CCDC (or 0xE2CCDC) is known color: French Lilac. HEX triplet: E2, CC and DC. RGB value is (226,204,220). Sum of RGB (Red+Green+Blue) = 226+204+220=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCDC is #1D3323. Grayscale: #D4D4D4. Windows color (decimal): -1913636 or 14470370. OLE color: 14470370.

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

Color convert

RGB 226 204 220 -
CMYK 0 0.10 0.03 0.11
HSL 316.36º 0.28% 0.84% -
HSV(B) 316.36º 0.1% 0.89% -
XYZ 65.88 64.52 76.69 -
YUV 212.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 226 204 220 0 0.10 0.03 0.11 316.36 0.28 0.84
Hex E2 CC DC 0 A 3 B 13C 1C 54
Octal 342 314 334 0 12 3 13 474 34 124
Binary 11100010 11001100 11011100 0 1010 11 1011 100111100 11100 1010100

Color Harmonies of #E2CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCDC

Black with #E2CCDC

Text Example


Text Example

White with #E2CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCDC; }

 p { color: rgb(226,204,220); }

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

background-color css

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

 a { background-color: rgb(226,204,220); }

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

border-color css

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

 span { border-color: rgb(226,204,220); }

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