#DCD6CF

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

Shades of Gallery #DCD6CF

Tints of Gallery #DCD6CF

Color information

#DCD6CF (or 0xDCD6CF) is unknown color: approx Gallery. HEX triplet: DC, D6 and CF. RGB value is (220,214,207). Sum of RGB (Red+Green+Blue) = 220+214+207=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6CF is #232930. Grayscale: #D7D7D7. Windows color (decimal): -2304305 or 13620956. OLE color: 13620956.

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

Color convert

RGB220214207-
CMYK00.030.060.14
HSL32.31º15.66%83.73%-
HSV(B)32.31º5.91%86.27%-
XYZ64.8267.8168.7-
YUV215123.49131.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=34.32%
G=33.39%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021420700.030.060.1432.3115.6683.73
HexDCD6CF036E201054
Octal334326317036164020124
Binary1101110011010110110011110111101110100000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6CF; }

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

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

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

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

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

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

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

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