#DEC0DB

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

Shades of French Lilac #DEC0DB

Tints of French Lilac #DEC0DB

Color information

#DEC0DB (or 0xDEC0DB) is unknown color: approx French Lilac. HEX triplet: DE, C0 and DB. RGB value is (222,192,219). Sum of RGB (Red+Green+Blue) = 222+192+219=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0DB is #213F24. Grayscale: #CBCBCB. Windows color (decimal): -2178853 or 14401758. OLE color: 14401758.

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

Color convert

RGB222192219-
CMYK00.140.010.13
HSL306º31.25%81.18%-
HSV(B)306º13.51%87.06%-
XYZ61.7658.3475.02-
YUV204.05136.44140.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=35.07%
G=30.33%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219221900.140.010.1330631.2581.18
HexDEC0DB0E1D1321f51
Octal33630033301611546237121
Binary1101111011000000110110110111011101100110010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0DB; }

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

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

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

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

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

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

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

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