Html Css Color HEX #E2CCDD French Lilac

📋 copy color: '#E2CCDD'

red 226 ◦ green 204 ◦ blue 221

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

Shades of French Lilac #E2CCDD

Tints of French Lilac #E2CCDD

RGB

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

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

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

R = 34.72%
G = 31.34%
B = 33.95%

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

#E2CCDD (or 0xE2CCDD) is known color: French Lilac. HEX triplet: E2, CC and DD. RGB value is (226,204,221). Sum of RGB (Red+Green+Blue) = 226+204+221=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCDD is #1D3322. Grayscale: #D4D4D4. Windows color (decimal): -1913635 or 14535906. OLE color: 14535906.

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

Color convert

RGB 226 204 221 -
CMYK 0 0.10 0.02 0.11
HSL 313.64º 0.28% 0.84% -
HSV(B) 313.64º 0.1% 0.89% -
XYZ 66.01 64.57 77.39 -
YUV 212.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 226 204 221 0 0.10 0.02 0.11 313.64 0.28 0.84
Hex E2 CC DD 0 A 2 B 13A 1C 54
Octal 342 314 335 0 12 2 13 472 34 124
Binary 11100010 11001100 11011101 0 1010 10 1011 100111010 11100 1010100

Color Harmonies of #E2CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCDD

Black with #E2CCDD

Text Example


Text Example

White with #E2CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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