#DECADA

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

Shades of French Lilac #DECADA

Tints of French Lilac #DECADA

Color information

#DECADA (or 0xDECADA) is unknown color: approx French Lilac. HEX triplet: DE, CA and DA. RGB value is (222,202,218). Sum of RGB (Red+Green+Blue) = 222+202+218=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DECADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECADA is #213525. Grayscale: #D1D1D1. Windows color (decimal): -2176294 or 14338782. OLE color: 14338782.

HSL color Cylindrical-coordinate representation of color #DECADA: hue angle of 312º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECADA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222202218-
CMYK00.090.020.13
HSL312º23.26%83.14%-
HSV(B)312º9.01%87.06%-
XYZ63.962.8375.09-
YUV209.8132.63136.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=34.58%
G=31.46%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220221800.090.020.1331223.2683.14
HexDECADA092D1381753
Octal33631233201121547027123
Binary11011110110010101101101001001101101100111000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECADA; }

 p { color: rgb(222,202,218); }

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

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

 a { background-color: rgb(222,202,218); }

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

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

 span { border-color: rgb(222,202,218); }

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