#DDD0CB

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

Shades of Swiss Coffee #DDD0CB

Tints of Swiss Coffee #DDD0CB

Color information

#DDD0CB (or 0xDDD0CB) is unknown color: approx Swiss Coffee. HEX triplet: DD, D0 and CB. RGB value is (221,208,203). Sum of RGB (Red+Green+Blue) = 221+208+203=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0CB is #222F34. Grayscale: #D3D3D3. Windows color (decimal): -2240309 or 13357277. OLE color: 13357277.

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

Color convert

RGB221208203-
CMYK00.060.080.13
HSL16.67º20.93%83.14%-
HSV(B)16.67º8.14%86.67%-
XYZ63.1564.865.68-
YUV211.32123.31134.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=34.97%
G=32.91%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120820300.060.080.1316.6720.9383.14
HexDDD0CB068D111553
Octal3353203130610152125123
Binary11011101110100001100101101101000110110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0CB; }

 p { color: rgb(221,208,203); }

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

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

 a { background-color: rgb(221,208,203); }

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

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

 span { border-color: rgb(221,208,203); }

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