#DCBAD8

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

Shades of French Lilac #DCBAD8

Tints of French Lilac #DCBAD8

Color information

#DCBAD8 (or 0xDCBAD8) is unknown color: approx French Lilac. HEX triplet: DC, BA and D8. RGB value is (220,186,216). Sum of RGB (Red+Green+Blue) = 220+186+216=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD8 is #234527. Grayscale: #C7C7C7. Windows color (decimal): -2311464 or 14203612. OLE color: 14203612.

HSL color Cylindrical-coordinate representation of color #DCBAD8: hue angle of 307.06º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBAD8 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220186216-
CMYK00.150.020.14
HSL307.06º32.69%79.61%-
HSV(B)307.06º15.45%86.27%-
XYZ59.4755.2972.5-
YUV199.59137.26142.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 216 (84.77% from 255) = 34.73%
R=35.37%
G=29.90%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018621600.150.020.14307.0632.6979.61
HexDCBAD80F2E1332150
Octal33427233001721646341120
Binary110111001011101011011000011111011101001100111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAD8; }

 p { color: rgb(220,186,216); }

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

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

 a { background-color: rgb(220,186,216); }

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

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

 span { border-color: rgb(220,186,216); }

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