#DCCFC7

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

Shades of Swiss Coffee #DCCFC7

Tints of Swiss Coffee #DCCFC7

Color information

#DCCFC7 (or 0xDCCFC7) is unknown color: approx Swiss Coffee. HEX triplet: DC, CF and C7. RGB value is (220,207,199). Sum of RGB (Red+Green+Blue) = 220+207+199=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFC7 is #233038. Grayscale: #D2D2D2. Windows color (decimal): -2306105 or 13094876. OLE color: 13094876.

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

Color convert

RGB220207199-
CMYK00.060.100.14
HSL22.86º23.08%82.16%-
HSV(B)22.86º9.55%86.27%-
XYZ62.1463.9663.1-
YUV209.98121.81135.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=35.14%
G=33.07%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020719900.060.100.1422.8623.0882.16
HexDCCFC706AE171752
Octal3343173070612162727122
Binary11011100110011111100011101101010111010111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFC7; }

 p { color: rgb(220,207,199); }

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

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

 a { background-color: rgb(220,207,199); }

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

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

 span { border-color: rgb(220,207,199); }

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