#DFCDC5

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

Shades of Swiss Coffee #DFCDC5

Tints of Swiss Coffee #DFCDC5

Color information

#DFCDC5 (or 0xDFCDC5) is unknown color: approx Swiss Coffee. HEX triplet: DF, CD and C5. RGB value is (223,205,197). Sum of RGB (Red+Green+Blue) = 223+205+197=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDC5 is #20323A. Grayscale: #D1D1D1. Windows color (decimal): -2110011 or 12963295. OLE color: 12963295.

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

Color convert

RGB223205197-
CMYK00.080.120.13
HSL18.46º28.89%82.35%-
HSV(B)18.46º11.66%87.45%-
XYZ62.3463.3861.77-
YUV209.47120.96137.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=35.68%
G=32.8%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320519700.080.120.1318.4628.8982.35
HexDFCDC508CD121d52
Octal33731530501014152235122
Binary110111111100110111000101010001100110110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDC5; }

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

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

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

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

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

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

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

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