#DFD1CC

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

Shades of Swiss Coffee #DFD1CC

Tints of Swiss Coffee #DFD1CC

Color information

#DFD1CC (or 0xDFD1CC) is unknown color: approx Swiss Coffee. HEX triplet: DF, D1 and CC. RGB value is (223,209,204). Sum of RGB (Red+Green+Blue) = 223+209+204=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1CC is #202E33. Grayscale: #D4D4D4. Windows color (decimal): -2108980 or 13423071. OLE color: 13423071.

HSL color Cylindrical-coordinate representation of color #DFD1CC: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD1CC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223209204-
CMYK00.060.090.13
HSL15.79º22.89%83.73%-
HSV(B)15.79º8.52%87.45%-
XYZ64.1365.6566.42-
YUV212.62123.14135.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 209 (82.03% from 255) = 32.86%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=35.06%
G=32.86%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320920400.060.090.1315.7922.8983.73
HexDFD1CC069D101754
Octal3373213140611152027124
Binary11011111110100011100110001101001110110000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1CC; }

 p { color: rgb(223,209,204); }

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

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

 a { background-color: rgb(223,209,204); }

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

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

 span { border-color: rgb(223,209,204); }

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