#DDCDC7

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

Shades of Swiss Coffee #DDCDC7

Tints of Swiss Coffee #DDCDC7

Color information

#DDCDC7 (or 0xDDCDC7) is unknown color: approx Swiss Coffee. HEX triplet: DD, CD and C7. RGB value is (221,205,199). Sum of RGB (Red+Green+Blue) = 221+205+199=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDC7 is #223238. Grayscale: #D1D1D1. Windows color (decimal): -2241081 or 13094365. OLE color: 13094365.

HSL color Cylindrical-coordinate representation of color #DDCDC7: hue angle of 16.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCDC7 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221205199-
CMYK00.070.100.13
HSL16.36º24.44%82.35%-
HSV(B)16.36º9.95%86.67%-
XYZ61.9663.1662.96-
YUV209.1122.3136.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=35.36%
G=32.8%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120519900.070.100.1316.3624.4482.35
HexDDCDC707AD101852
Octal3353153070712152030122
Binary11011101110011011100011101111010110110000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDC7; }

 p { color: rgb(221,205,199); }

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

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

 a { background-color: rgb(221,205,199); }

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

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

 span { border-color: rgb(221,205,199); }

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