#DDD3CC

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

Shades of Swiss Coffee #DDD3CC

Tints of Swiss Coffee #DDD3CC

Color information

#DDD3CC (or 0xDDD3CC) is unknown color: approx Swiss Coffee. HEX triplet: DD, D3 and CC. RGB value is (221,211,204). Sum of RGB (Red+Green+Blue) = 221+211+204=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3CC is #222C33. Grayscale: #D5D5D5. Windows color (decimal): -2239540 or 13423581. OLE color: 13423581.

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

Color convert

RGB221211204-
CMYK00.050.080.13
HSL24.71º20%83.33%-
HSV(B)24.71º7.69%86.67%-
XYZ64.0166.3266.55-
YUV213.19122.81133.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 211 (82.81% from 255) = 33.18%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=34.75%
G=33.18%
B=32.08%

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
Decimal22121120400.050.080.1324.712083.33
HexDDD3CC058D191453
Octal3353233140510153124123
Binary11011101110100111100110001011000110111001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3CC; }

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

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

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

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

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

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

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

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