#DDCFC6

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

Shades of Swiss Coffee #DDCFC6

Tints of Swiss Coffee #DDCFC6

Color information

#DDCFC6 (or 0xDDCFC6) is unknown color: approx Swiss Coffee. HEX triplet: DD, CF and C6. RGB value is (221,207,198). Sum of RGB (Red+Green+Blue) = 221+207+198=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFC6 is #223039. Grayscale: #D2D2D2. Windows color (decimal): -2240570 or 13029341. OLE color: 13029341.

HSL color Cylindrical-coordinate representation of color #DDCFC6: hue angle of 23.48º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCFC6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221207198-
CMYK00.060.100.13
HSL23.48º25.27%82.16%-
HSV(B)23.48º10.41%86.67%-
XYZ62.3264.0862.51-
YUV210.16121.14135.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 198 (77.73% from 255) = 31.63%
R=35.30%
G=33.07%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120719800.060.100.1323.4825.2782.16
HexDDCFC606AD171952
Octal3353173060612152731122
Binary11011101110011111100011001101010110110111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFC6; }

 p { color: rgb(221,207,198); }

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

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

 a { background-color: rgb(221,207,198); }

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

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

 span { border-color: rgb(221,207,198); }

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