#DCB7CA

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

Shades of Twilight #DCB7CA

Tints of Twilight #DCB7CA

Color information

#DCB7CA (or 0xDCB7CA) is unknown color: approx Twilight. HEX triplet: DC, B7 and CA. RGB value is (220,183,202). Sum of RGB (Red+Green+Blue) = 220+183+202=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7CA is #234835. Grayscale: #C4C4C4. Windows color (decimal): -2312246 or 13285340. OLE color: 13285340.

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

Color convert

RGB220183202-
CMYK00.170.080.14
HSL329.19º34.58%79.02%-
HSV(B)329.19º16.82%86.27%-
XYZ57.1153.3563.16-
YUV196.23131.26144.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 183 (71.88% from 255) = 30.25%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=36.36%
G=30.25%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018320200.170.080.14329.1934.5879.02
HexDCB7CA0118E149234f
Octal334267312021101651143117
Binary110111001011011111001010010001100011101010010011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7CA; }

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

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

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

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

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

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

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

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