#DFD3CB

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

Shades of Swiss Coffee #DFD3CB

Tints of Swiss Coffee #DFD3CB

Color information

#DFD3CB (or 0xDFD3CB) is unknown color: approx Swiss Coffee. HEX triplet: DF, D3 and CB. RGB value is (223,211,203). Sum of RGB (Red+Green+Blue) = 223+211+203=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3CB is #202C34. Grayscale: #D5D5D5. Windows color (decimal): -2108469 or 13358047. OLE color: 13358047.

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

Color convert

RGB223211203-
CMYK00.050.090.13
HSL24º23.81%83.53%-
HSV(B)24º8.97%87.45%-
XYZ64.5166.5965.95-
YUV213.68121.98134.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=35.01%
G=33.12%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321120300.050.090.132423.8183.53
HexDFD3CB059D181854
Octal3373233130511153030124
Binary11011111110100111100101101011001110111000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3CB; }

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

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

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

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

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

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

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

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