#DCCBD6

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

Shades of Twilight #DCCBD6

Tints of Twilight #DCCBD6

Color information

#DCCBD6 (or 0xDCCBD6) is unknown color: approx Twilight. HEX triplet: DC, CB and D6. RGB value is (220,203,214). Sum of RGB (Red+Green+Blue) = 220+203+214=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBD6 is #233429. Grayscale: #D1D1D1. Windows color (decimal): -2307114 or 14076892. OLE color: 14076892.

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

Color convert

RGB220203214-
CMYK00.080.030.14
HSL321.18º19.54%82.94%-
HSV(B)321.18º7.73%86.27%-
XYZ63.0162.7872.42-
YUV209.34130.63135.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=34.54%
G=31.87%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020321400.080.030.14321.1819.5482.94
HexDCCBD6083E1411453
Octal33431332601031650124123
Binary11011100110010111101011001000111110101000001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBD6; }

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

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

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

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

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

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

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

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