#DCB7CD

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

Shades of Twilight #DCB7CD

Tints of Twilight #DCB7CD

Color information

#DCB7CD (or 0xDCB7CD) is unknown color: approx Twilight. HEX triplet: DC, B7 and CD. RGB value is (220,183,205). Sum of RGB (Red+Green+Blue) = 220+183+205=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7CD is #234832. Grayscale: #C4C4C4. Windows color (decimal): -2312243 or 13481948. OLE color: 13481948.

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

Color convert

RGB220183205-
CMYK00.170.070.14
HSL324.32º34.58%79.02%-
HSV(B)324.32º16.82%86.27%-
XYZ57.4753.4965.05-
YUV196.57132.76144.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=36.18%
G=30.10%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018320500.170.070.14324.3234.5879.02
HexDCB7CD0117E144234f
Octal33426731502171650443117
Binary11011100101101111100110101000111111101010001001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7CD; }

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

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

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

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

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

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

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

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