#DCB9CE

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

Shades of Twilight #DCB9CE

Tints of Twilight #DCB9CE

Color information

#DCB9CE (or 0xDCB9CE) is unknown color: approx Twilight. HEX triplet: DC, B9 and CE. RGB value is (220,185,206). Sum of RGB (Red+Green+Blue) = 220+185+206=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9CE is #234631. Grayscale: #C5C5C5. Windows color (decimal): -2311730 or 13547996. OLE color: 13547996.

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

Color convert

RGB220185206-
CMYK00.160.060.14
HSL324º33.33%79.41%-
HSV(B)324º15.91%86.27%-
XYZ5854.3765.83-
YUV197.86132.6143.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=36.01%
G=30.28%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018520600.160.060.1432433.3379.41
HexDCB9CE0106E144214f
Octal33427131602061650441117
Binary11011100101110011100111001000011011101010001001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9CE; }

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

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

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

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

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

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

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

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