#DCBAD2

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

Shades of French Lilac #DCBAD2

Tints of French Lilac #DCBAD2

Color information

#DCBAD2 (or 0xDCBAD2) is unknown color: approx French Lilac. HEX triplet: DC, BA and D2. RGB value is (220,186,210). Sum of RGB (Red+Green+Blue) = 220+186+210=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD2 is #23452D. Grayscale: #C6C6C6. Windows color (decimal): -2311470 or 13810396. OLE color: 13810396.

HSL color Cylindrical-coordinate representation of color #DCBAD2: hue angle of 317.65º 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 #DCBAD2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220186210-
CMYK00.150.050.14
HSL317.65º32.69%79.61%-
HSV(B)317.65º15.45%86.27%-
XYZ58.7154.9968.49-
YUV198.9134.26143.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 210 (82.42% from 255) = 34.09%
R=35.71%
G=30.19%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018621000.150.050.14317.6532.6979.61
HexDCBAD20F5E13e2150
Octal33427232201751647641120
Binary1101110010111010110100100111110111101001111101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAD2; }

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

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

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

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

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

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

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

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