#DCBAD0

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

Shades of Twilight #DCBAD0

Tints of Twilight #DCBAD0

Color information

#DCBAD0 (or 0xDCBAD0) is unknown color: approx Twilight. HEX triplet: DC, BA and D0. RGB value is (220,186,208). Sum of RGB (Red+Green+Blue) = 220+186+208=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD0 is #23452F. Grayscale: #C6C6C6. Windows color (decimal): -2311472 or 13679324. OLE color: 13679324.

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

Color convert

RGB220186208-
CMYK00.150.050.14
HSL321.18º32.69%79.61%-
HSV(B)321.18º15.45%86.27%-
XYZ58.4654.8967.19-
YUV198.67133.26143.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=35.83%
G=30.29%
B=33.88%

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
Decimal22018620800.150.050.14321.1832.6979.61
HexDCBAD00F5E1412150
Octal33427232001751650141120
Binary1101110010111010110100000111110111101010000011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAD0; }

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

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

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

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

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

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

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

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