#DFCDC6

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

Shades of Swiss Coffee #DFCDC6

Tints of Swiss Coffee #DFCDC6

Color information

#DFCDC6 (or 0xDFCDC6) is unknown color: approx Swiss Coffee. HEX triplet: DF, CD and C6. RGB value is (223,205,198). Sum of RGB (Red+Green+Blue) = 223+205+198=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDC6 is #203239. Grayscale: #D1D1D1. Windows color (decimal): -2110010 or 13028831. OLE color: 13028831.

HSL color Cylindrical-coordinate representation of color #DFCDC6: hue angle of 16.8º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCDC6 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB223205198-
CMYK00.080.110.13
HSL16.8º28.09%82.55%-
HSV(B)16.8º11.21%87.45%-
XYZ62.4663.4362.38-
YUV209.58121.46137.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 198 (77.73% from 255) = 31.63%
R=35.62%
G=32.75%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320519800.080.110.1316.828.0982.55
HexDFCDC608BD111c53
Octal33731530601013152134123
Binary110111111100110111000110010001011110110001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDC6; }

 p { color: rgb(223,205,198); }

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

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

 a { background-color: rgb(223,205,198); }

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

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

 span { border-color: rgb(223,205,198); }

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