#E0CDDB

Color #E0CDDB French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #E0CDDB

Tints of French Lilac #E0CDDB

Color information

#E0CDDB (or 0xE0CDDB) is unknown color: approx French Lilac. HEX triplet: E0, CD and DB. RGB value is (224,205,219). Sum of RGB (Red+Green+Blue) = 224+205+219=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDDB is #1F3224. Grayscale: #D4D4D4. Windows color (decimal): -2044453 or 14405088. OLE color: 14405088.

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

Color convert

RGB224205219-
CMYK00.080.020.12
HSL315.79º23.46%84.12%-
HSV(B)315.79º8.48%87.84%-
XYZ65.3664.6276.05-
YUV212.28131.79136.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=34.57%
G=31.64%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420521900.080.020.12315.7923.4684.12
HexE0CDDB082C13c1754
Octal34031533301021447427124
Binary11100000110011011101101101000101100100111100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDDB; }

 p { color: rgb(224,205,219); }

 H1.HeaderClassName
 {
   color: #E0CDDB;
 }
 .AnyTagClassName
 {
   color: #E0CDDB;
 }
</style>
background-color css

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

 a { background-color: rgb(224,205,219); }

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

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

 span { border-color: rgb(224,205,219); }

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