#DCBACD

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

Shades of Twilight #DCBACD

Tints of Twilight #DCBACD

Color information

#DCBACD (or 0xDCBACD) is unknown color: approx Twilight. HEX triplet: DC, BA and CD. RGB value is (220,186,205). Sum of RGB (Red+Green+Blue) = 220+186+205=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBACD is #234532. Grayscale: #C6C6C6. Windows color (decimal): -2311475 or 13482716. OLE color: 13482716.

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

Color convert

RGB220186205-
CMYK00.150.070.14
HSL326.47º32.69%79.61%-
HSV(B)326.47º15.45%86.27%-
XYZ58.0954.7465.26-
YUV198.33131.76143.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=36.01%
G=30.44%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018620500.150.070.14326.4732.6979.61
HexDCBACD0F7E1462150
Octal33427231501771650641120
Binary1101110010111010110011010111111111101010001101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBACD; }

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

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

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

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

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

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

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

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