#DDCDC5

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

Shades of Swiss Coffee #DDCDC5

Tints of Swiss Coffee #DDCDC5

Color information

#DDCDC5 (or 0xDDCDC5) is unknown color: approx Swiss Coffee. HEX triplet: DD, CD and C5. RGB value is (221,205,197). Sum of RGB (Red+Green+Blue) = 221+205+197=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDC5 is #22323A. Grayscale: #D0D0D0. Windows color (decimal): -2241083 or 12963293. OLE color: 12963293.

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

Color convert

RGB221205197-
CMYK00.070.110.13
HSL20º26.09%81.96%-
HSV(B)20º10.86%86.67%-
XYZ61.7363.0761.74-
YUV208.87121.3136.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=35.47%
G=32.91%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120519700.070.110.132026.0981.96
HexDDCDC507BD141a52
Octal3353153050713152432122
Binary11011101110011011100010101111011110110100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDC5; }

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

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

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

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

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

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

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

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