#DDD1CA

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

Shades of Swiss Coffee #DDD1CA

Tints of Swiss Coffee #DDD1CA

Color information

#DDD1CA (or 0xDDD1CA) is unknown color: approx Swiss Coffee. HEX triplet: DD, D1 and CA. RGB value is (221,209,202). Sum of RGB (Red+Green+Blue) = 221+209+202=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CA is #222E35. Grayscale: #D3D3D3. Windows color (decimal): -2240054 or 13291997. OLE color: 13291997.

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

Color convert

RGB221209202-
CMYK00.050.090.13
HSL22.11º21.84%82.94%-
HSV(B)22.11º8.6%86.67%-
XYZ63.2865.2465.13-
YUV211.79122.48134.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=34.97%
G=33.07%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120920200.050.090.1322.1121.8482.94
HexDDD1CA059D161653
Octal3353213120511152626123
Binary11011101110100011100101001011001110110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1CA; }

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

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

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

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

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

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

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

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