#DDD2CC

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

Shades of Swiss Coffee #DDD2CC

Tints of Swiss Coffee #DDD2CC

Color information

#DDD2CC (or 0xDDD2CC) is unknown color: approx Swiss Coffee. HEX triplet: DD, D2 and CC. RGB value is (221,210,204). Sum of RGB (Red+Green+Blue) = 221+210+204=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2CC is #222D33. Grayscale: #D4D4D4. Windows color (decimal): -2239796 or 13423325. OLE color: 13423325.

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

Color convert

RGB221210204-
CMYK00.050.080.13
HSL21.18º20%83.33%-
HSV(B)21.18º7.69%86.67%-
XYZ63.7665.8266.47-
YUV212.6123.14133.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 210 (82.42% from 255) = 33.07%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=34.80%
G=33.07%
B=32.13%

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
Decimal22121020400.050.080.1321.182083.33
HexDDD2CC058D151453
Octal3353223140510152524123
Binary11011101110100101100110001011000110110101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2CC; }

 p { color: rgb(221,210,204); }

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

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

 a { background-color: rgb(221,210,204); }

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

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

 span { border-color: rgb(221,210,204); }

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