#DDD1CB

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

Shades of Swiss Coffee #DDD1CB

Tints of Swiss Coffee #DDD1CB

Color information

#DDD1CB (or 0xDDD1CB) is unknown color: approx Swiss Coffee. HEX triplet: DD, D1 and CB. RGB value is (221,209,203). Sum of RGB (Red+Green+Blue) = 221+209+203=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CB is #222E34. Grayscale: #D3D3D3. Windows color (decimal): -2240053 or 13357533. OLE color: 13357533.

HSL color Cylindrical-coordinate representation of color #DDD1CB: hue angle of 20º 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 #DDD1CB is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221209203-
CMYK00.050.080.13
HSL20º20.93%83.14%-
HSV(B)20º8.14%86.67%-
XYZ63.465.2865.76-
YUV211.9122.98134.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=34.91%
G=33.02%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120920300.050.080.132020.9383.14
HexDDD1CB058D141553
Octal3353213130510152425123
Binary11011101110100011100101101011000110110100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1CB; }

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

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

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

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

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

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

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

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