#DCD3CE

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

Shades of Swiss Coffee #DCD3CE

Tints of Swiss Coffee #DCD3CE

Color information

#DCD3CE (or 0xDCD3CE) is unknown color: approx Swiss Coffee. HEX triplet: DC, D3 and CE. RGB value is (220,211,206). Sum of RGB (Red+Green+Blue) = 220+211+206=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3CE is #232C31. Grayscale: #D5D5D5. Windows color (decimal): -2305074 or 13554652. OLE color: 13554652.

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

Color convert

RGB220211206-
CMYK00.040.060.14
HSL21.43º16.67%83.53%-
HSV(B)21.43º6.36%86.27%-
XYZ63.9566.2667.81-
YUV213.12123.98132.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=34.54%
G=33.12%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021120600.040.060.1421.4316.6783.53
HexDCD3CE046E151154
Octal334323316046162521124
Binary1101110011010011110011100100110111010101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3CE; }

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

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

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

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

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

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

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

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