Html Css Color HEX #E2CFDE French Lilac

📋 copy color: '#E2CFDE'

red 226 ◦ green 207 ◦ blue 222

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

Shades of French Lilac #E2CFDE

Tints of French Lilac #E2CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.89%

R = 34.5%
G = 31.6%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2CFDE (or 0xE2CFDE) is known color: French Lilac. HEX triplet: E2, CF and DE. RGB value is (226,207,222). Sum of RGB (Red+Green+Blue) = 226+207+222=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFDE is #1D3021. Grayscale: #D6D6D6. Windows color (decimal): -1912866 or 14602210. OLE color: 14602210.

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

Color convert

RGB 226 207 222 -
CMYK 0 0.08 0.02 0.11
HSL 312.63º 0.25% 0.85% -
HSV(B) 312.63º 0.08% 0.89% -
XYZ 66.86 66.07 78.34 -
YUV 214.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 226 207 222 0 0.08 0.02 0.11 312.63 0.25 0.85
Hex E2 CF DE 0 8 2 B 139 19 55
Octal 342 317 336 0 10 2 13 471 31 125
Binary 11100010 11001111 11011110 0 1000 10 1011 100111001 11001 1010101

Color Harmonies of #E2CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CFDE

Black with #E2CFDE

Text Example


Text Example

White with #E2CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CFDE; }

 p { color: rgb(226,207,222); }

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

background-color css

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

 a { background-color: rgb(226,207,222); }

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

border-color css

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

 span { border-color: rgb(226,207,222); }

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