#DDCDC4

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

Shades of Swiss Coffee #DDCDC4

Tints of Swiss Coffee #DDCDC4

Color information

#DDCDC4 (or 0xDDCDC4) is unknown color: approx Swiss Coffee. HEX triplet: DD, CD and C4. RGB value is (221,205,196). Sum of RGB (Red+Green+Blue) = 221+205+196=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDC4 is #22323B. Grayscale: #D0D0D0. Windows color (decimal): -2241084 or 12897757. OLE color: 12897757.

HSL color Cylindrical-coordinate representation of color #DDCDC4: hue angle of 21.6º degrees, saturation: 0.27, 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 #DDCDC4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221205196-
CMYK00.070.110.13
HSL21.6º26.88%81.76%-
HSV(B)21.6º11.31%86.67%-
XYZ61.6163.0261.14-
YUV208.76120.8136.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=35.53%
G=32.96%
B=31.51%

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
Decimal22120519600.070.110.1321.626.8881.76
HexDDCDC407BD161b52
Octal3353153040713152633122
Binary11011101110011011100010001111011110110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDC4; }

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

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

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

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

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

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

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

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