#DDCCC4

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

Shades of Swiss Coffee #DDCCC4

Tints of Swiss Coffee #DDCCC4

Color information

#DDCCC4 (or 0xDDCCC4) is unknown color: approx Swiss Coffee. HEX triplet: DD, CC and C4. RGB value is (221,204,196). Sum of RGB (Red+Green+Blue) = 221+204+196=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC4 is #22333B. Grayscale: #D0D0D0. Windows color (decimal): -2241340 or 12897501. OLE color: 12897501.

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

Color convert

RGB221204196-
CMYK00.080.110.13
HSL19.2º26.88%81.76%-
HSV(B)19.2º11.31%86.67%-
XYZ61.3862.5461.06-
YUV208.17121.13137.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=35.59%
G=32.85%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120419600.080.110.1319.226.8881.76
HexDDCCC408BD131b52
Octal33531430401013152333122
Binary110111011100110011000100010001011110110011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCC4; }

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

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

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

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

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

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

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

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