#DCB6CE

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

Shades of Twilight #DCB6CE

Tints of Twilight #DCB6CE

Color information

#DCB6CE (or 0xDCB6CE) is unknown color: approx Twilight. HEX triplet: DC, B6 and CE. RGB value is (220,182,206). Sum of RGB (Red+Green+Blue) = 220+182+206=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6CE is #234931. Grayscale: #C4C4C4. Windows color (decimal): -2312498 or 13547228. OLE color: 13547228.

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

Color convert

RGB220182206-
CMYK00.170.060.14
HSL322.11º35.19%78.82%-
HSV(B)322.11º17.27%86.27%-
XYZ57.3853.1365.62-
YUV196.1133.59145.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 182 (71.48% from 255) = 29.93%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=36.18%
G=29.93%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018220600.170.060.14322.1135.1978.82
HexDCB6CE0116E142234f
Octal33426631602161650243117
Binary11011100101101101100111001000111011101010000101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6CE; }

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

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

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

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

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

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

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

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