#DCBAD7

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

Shades of French Lilac #DCBAD7

Tints of French Lilac #DCBAD7

Color information

#DCBAD7 (or 0xDCBAD7) is unknown color: approx French Lilac. HEX triplet: DC, BA and D7. RGB value is (220,186,215). Sum of RGB (Red+Green+Blue) = 220+186+215=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD7 is #234528. Grayscale: #C7C7C7. Windows color (decimal): -2311465 or 14138076. OLE color: 14138076.

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

Color convert

RGB220186215-
CMYK00.150.020.14
HSL308.82º32.69%79.61%-
HSV(B)308.82º15.45%86.27%-
XYZ59.3455.2471.82-
YUV199.47136.76142.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=35.43%
G=29.95%
B=34.62%

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
Decimal22018621500.150.020.14308.8232.6979.61
HexDCBAD70F2E1352150
Octal33427232701721646541120
Binary110111001011101011010111011111011101001101011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAD7; }

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

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

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

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

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

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

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

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