#DCB7CC

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

Shades of Twilight #DCB7CC

Tints of Twilight #DCB7CC

Color information

#DCB7CC (or 0xDCB7CC) is unknown color: approx Twilight. HEX triplet: DC, B7 and CC. RGB value is (220,183,204). Sum of RGB (Red+Green+Blue) = 220+183+204=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7CC is #234833. Grayscale: #C4C4C4. Windows color (decimal): -2312244 or 13416412. OLE color: 13416412.

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

Color convert

RGB220183204-
CMYK00.170.070.14
HSL325.95º34.58%79.02%-
HSV(B)325.95º16.82%86.27%-
XYZ57.3553.4464.42-
YUV196.46132.26144.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=36.24%
G=30.15%
B=33.61%

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
Decimal22018320400.170.070.14325.9534.5879.02
HexDCB7CC0117E146234f
Octal33426731402171650643117
Binary11011100101101111100110001000111111101010001101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7CC; }

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

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

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

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

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

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

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

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