#DECBDA

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

Shades of French Lilac #DECBDA

Tints of French Lilac #DECBDA

Color information

#DECBDA (or 0xDECBDA) is unknown color: approx French Lilac. HEX triplet: DE, CB and DA. RGB value is (222,203,218). Sum of RGB (Red+Green+Blue) = 222+203+218=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBDA is #213425. Grayscale: #D2D2D2. Windows color (decimal): -2176038 or 14339038. OLE color: 14339038.

HSL color Cylindrical-coordinate representation of color #DECBDA: hue angle of 312.63º degrees, saturation: 0.22, 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 #DECBDA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222203218-
CMYK00.090.020.13
HSL312.63º22.35%83.33%-
HSV(B)312.63º8.56%87.06%-
XYZ64.1463.375.17-
YUV210.39132.29136.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=34.53%
G=31.57%
B=33.90%

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
Decimal22220321800.090.020.13312.6322.3583.33
HexDECBDA092D1391653
Octal33631333201121547126123
Binary11011110110010111101101001001101101100111001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBDA; }

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

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

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

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

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

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

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

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