#DFCFC8

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

Shades of Swiss Coffee #DFCFC8

Tints of Swiss Coffee #DFCFC8

Color information

#DFCFC8 (or 0xDFCFC8) is unknown color: approx Swiss Coffee. HEX triplet: DF, CF and C8. RGB value is (223,207,200). Sum of RGB (Red+Green+Blue) = 223+207+200=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFC8 is #203037. Grayscale: #D3D3D3. Windows color (decimal): -2109496 or 13160415. OLE color: 13160415.

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

Color convert

RGB223207200-
CMYK00.070.100.13
HSL18.26º26.44%82.94%-
HSV(B)18.26º10.31%87.45%-
XYZ63.1764.4863.76-
YUV210.99121.8136.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 200 (78.52% from 255) = 31.75%
R=35.40%
G=32.86%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320720000.070.100.1318.2626.4482.94
HexDFCFC807AD121a53
Octal3373173100712152232123
Binary11011111110011111100100001111010110110010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFC8; }

 p { color: rgb(223,207,200); }

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

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

 a { background-color: rgb(223,207,200); }

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

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

 span { border-color: rgb(223,207,200); }

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