#DEC1DB

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

Shades of French Lilac #DEC1DB

Tints of French Lilac #DEC1DB

Color information

#DEC1DB (or 0xDEC1DB) is unknown color: approx French Lilac. HEX triplet: DE, C1 and DB. RGB value is (222,193,219). Sum of RGB (Red+Green+Blue) = 222+193+219=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1DB is #213E24. Grayscale: #CCCCCC. Windows color (decimal): -2178597 or 14402014. OLE color: 14402014.

HSL color Cylindrical-coordinate representation of color #DEC1DB: hue angle of 306.21º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC1DB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222193219-
CMYK00.130.010.13
HSL306.21º30.53%81.37%-
HSV(B)306.21º13.06%87.06%-
XYZ61.9858.7875.1-
YUV204.64136.11140.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=35.02%
G=30.44%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219321900.130.010.13306.2130.5381.37
HexDEC1DB0D1D1321f51
Octal33630133301511546237121
Binary1101111011000001110110110110111101100110010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1DB; }

 p { color: rgb(222,193,219); }

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

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

 a { background-color: rgb(222,193,219); }

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

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

 span { border-color: rgb(222,193,219); }

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