#DFD1CB

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

Shades of Swiss Coffee #DFD1CB

Tints of Swiss Coffee #DFD1CB

Color information

#DFD1CB (or 0xDFD1CB) is unknown color: approx Swiss Coffee. HEX triplet: DF, D1 and CB. RGB value is (223,209,203). Sum of RGB (Red+Green+Blue) = 223+209+203=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1CB is #202E34. Grayscale: #D4D4D4. Windows color (decimal): -2108981 or 13357535. OLE color: 13357535.

HSL color Cylindrical-coordinate representation of color #DFD1CB: hue angle of 18º degrees, saturation: 0.24, 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 #DFD1CB is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223209203-
CMYK00.060.090.13
HSL18º23.81%83.53%-
HSV(B)18º8.97%87.45%-
XYZ64.0165.665.79-
YUV212.5122.64135.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=35.12%
G=32.91%
B=31.97%

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
Decimal22320920300.060.090.131823.8183.53
HexDFD1CB069D121854
Octal3373213130611152230124
Binary11011111110100011100101101101001110110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1CB; }

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

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

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

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

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

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

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

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