#DDCDC8

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

Shades of Swiss Coffee #DDCDC8

Tints of Swiss Coffee #DDCDC8

Color information

#DDCDC8 (or 0xDDCDC8) is unknown color: approx Swiss Coffee. HEX triplet: DD, CD and C8. RGB value is (221,205,200). Sum of RGB (Red+Green+Blue) = 221+205+200=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDC8 is #223237. Grayscale: #D1D1D1. Windows color (decimal): -2241080 or 13159901. OLE color: 13159901.

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

Color convert

RGB221205200-
CMYK00.070.100.13
HSL14.29º23.6%82.55%-
HSV(B)14.29º9.5%86.67%-
XYZ62.0863.263.57-
YUV209.21122.8136.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=35.30%
G=32.75%
B=31.95%

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
Decimal22120520000.070.100.1314.2923.682.55
HexDDCDC807ADe1853
Octal3353153100712151630123
Binary1101110111001101110010000111101011011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDC8; }

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

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

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

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

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

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

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

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