#DDCFCA

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

Shades of Swiss Coffee #DDCFCA

Tints of Swiss Coffee #DDCFCA

Color information

#DDCFCA (or 0xDDCFCA) is unknown color: approx Swiss Coffee. HEX triplet: DD, CF and CA. RGB value is (221,207,202). Sum of RGB (Red+Green+Blue) = 221+207+202=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFCA is #223035. Grayscale: #D2D2D2. Windows color (decimal): -2240566 or 13291485. OLE color: 13291485.

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

Color convert

RGB221207202-
CMYK00.060.090.13
HSL15.79º21.84%82.94%-
HSV(B)15.79º8.6%86.67%-
XYZ62.7964.2664.97-
YUV210.62123.14135.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=35.08%
G=32.86%
B=32.06%

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
Decimal22120720200.060.090.1315.7921.8482.94
HexDDCFCA069D101653
Octal3353173120611152026123
Binary11011101110011111100101001101001110110000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFCA; }

 p { color: rgb(221,207,202); }

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

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

 a { background-color: rgb(221,207,202); }

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

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

 span { border-color: rgb(221,207,202); }

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