#DCBAD1

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

Shades of Twilight #DCBAD1

Tints of Twilight #DCBAD1

Color information

#DCBAD1 (or 0xDCBAD1) is unknown color: approx Twilight. HEX triplet: DC, BA and D1. RGB value is (220,186,209). Sum of RGB (Red+Green+Blue) = 220+186+209=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD1 is #23452E. Grayscale: #C6C6C6. Windows color (decimal): -2311471 or 13744860. OLE color: 13744860.

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

Color convert

RGB220186209-
CMYK00.150.050.14
HSL319.41º32.69%79.61%-
HSV(B)319.41º15.45%86.27%-
XYZ58.5854.9467.84-
YUV198.79133.76143.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=35.77%
G=30.24%
B=33.98%

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
Decimal22018620900.150.050.14319.4132.6979.61
HexDCBAD10F5E13f2150
Octal33427232101751647741120
Binary1101110010111010110100010111110111101001111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAD1; }

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

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

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

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

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

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

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

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