#DFD2CC

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

Shades of Swiss Coffee #DFD2CC

Tints of Swiss Coffee #DFD2CC

Color information

#DFD2CC (or 0xDFD2CC) is unknown color: approx Swiss Coffee. HEX triplet: DF, D2 and CC. RGB value is (223,210,204). Sum of RGB (Red+Green+Blue) = 223+210+204=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2CC is #202D33. Grayscale: #D5D5D5. Windows color (decimal): -2108724 or 13423327. OLE color: 13423327.

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

Color convert

RGB223210204-
CMYK00.060.090.13
HSL18.95º22.89%83.73%-
HSV(B)18.95º8.52%87.45%-
XYZ64.3866.1466.5-
YUV213.2122.81134.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 210 (82.42% from 255) = 32.97%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=35.01%
G=32.97%
B=32.03%

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
Decimal22321020400.060.090.1318.9522.8983.73
HexDFD2CC069D131754
Octal3373223140611152327124
Binary11011111110100101100110001101001110110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2CC; }

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

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

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

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

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

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

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

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