#DCB9C7

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

Shades of Twilight #DCB9C7

Tints of Twilight #DCB9C7

Color information

#DCB9C7 (or 0xDCB9C7) is unknown color: approx Twilight. HEX triplet: DC, B9 and C7. RGB value is (220,185,199). Sum of RGB (Red+Green+Blue) = 220+185+199=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9C7 is #234638. Grayscale: #C5C5C5. Windows color (decimal): -2311737 or 13089244. OLE color: 13089244.

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

Color convert

RGB220185199-
CMYK00.160.100.14
HSL336º33.33%79.41%-
HSV(B)336º15.91%86.27%-
XYZ57.1754.0461.45-
YUV197.06129.1144.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 185 (72.66% from 255) = 30.63%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=36.42%
G=30.63%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018519900.160.100.1433633.3379.41
HexDCB9C7010AE150214f
Octal334271307020121652041117
Binary110111001011100111000111010000101011101010100001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9C7; }

 p { color: rgb(220,185,199); }

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

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

 a { background-color: rgb(220,185,199); }

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

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

 span { border-color: rgb(220,185,199); }

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