#DCB7C8

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

Shades of Twilight #DCB7C8

Tints of Twilight #DCB7C8

Color information

#DCB7C8 (or 0xDCB7C8) is unknown color: approx Twilight. HEX triplet: DC, B7 and C8. RGB value is (220,183,200). Sum of RGB (Red+Green+Blue) = 220+183+200=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7C8 is #234837. Grayscale: #C3C3C3. Windows color (decimal): -2312248 or 13154268. OLE color: 13154268.

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

Color convert

RGB220183200-
CMYK00.170.090.14
HSL332.43º34.58%79.02%-
HSV(B)332.43º16.82%86.27%-
XYZ56.8753.2561.92-
YUV196130.26145.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 183 (71.88% from 255) = 30.35%
BLUE value IS 200 (78.52% from 255) = 33.17%
R=36.48%
G=30.35%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018320000.170.090.14332.4334.5879.02
HexDCB7C80119E14c234f
Octal334267310021111651443117
Binary110111001011011111001000010001100111101010011001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7C8; }

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

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

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

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

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

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

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

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