#DCB3CA

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

Shades of Twilight #DCB3CA

Tints of Twilight #DCB3CA

Color information

#DCB3CA (or 0xDCB3CA) is unknown color: approx Twilight. HEX triplet: DC, B3 and CA. RGB value is (220,179,202). Sum of RGB (Red+Green+Blue) = 220+179+202=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3CA is #234C35. Grayscale: #C1C1C1. Windows color (decimal): -2313270 or 13284316. OLE color: 13284316.

HSL color Cylindrical-coordinate representation of color #DCB3CA: hue angle of 326.34º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3CA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220179202-
CMYK00.190.080.14
HSL326.34º36.94%78.24%-
HSV(B)326.34º18.64%86.27%-
XYZ56.351.7262.89-
YUV193.88132.58146.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 179 (70.31% from 255) = 29.78%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=36.61%
G=29.78%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017920200.190.080.14326.3436.9478.24
HexDCB3CA0138E146254e
Octal334263312023101650645116
Binary110111001011001111001010010011100011101010001101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3CA; }

 p { color: rgb(220,179,202); }

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

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

 a { background-color: rgb(220,179,202); }

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

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

 span { border-color: rgb(220,179,202); }

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