#DCC8D6

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

Shades of Twilight #DCC8D6

Tints of Twilight #DCC8D6

Color information

#DCC8D6 (or 0xDCC8D6) is unknown color: approx Twilight. HEX triplet: DC, C8 and D6. RGB value is (220,200,214). Sum of RGB (Red+Green+Blue) = 220+200+214=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8D6 is #233729. Grayscale: #CFCFCF. Windows color (decimal): -2307882 or 14076124. OLE color: 14076124.

HSL color Cylindrical-coordinate representation of color #DCC8D6: hue angle of 318º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC8D6 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220200214-
CMYK00.090.030.14
HSL318º22.22%82.35%-
HSV(B)318º9.09%86.27%-
XYZ62.3161.3872.18-
YUV207.58131.63136.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 200 (78.52% from 255) = 31.55%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=34.70%
G=31.55%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020021400.090.030.1431822.2282.35
HexDCC8D6093E13e1652
Octal33431032601131647626122
Binary11011100110010001101011001001111110100111110101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8D6; }

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

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

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

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

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

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

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

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