#DACFC8

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

Shades of Swiss Coffee #DACFC8

Tints of Swiss Coffee #DACFC8

Color information

#DACFC8 (or 0xDACFC8) is unknown color: approx Swiss Coffee. HEX triplet: DA, CF and C8. RGB value is (218,207,200). Sum of RGB (Red+Green+Blue) = 218+207+200=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFC8 is #253037. Grayscale: #D1D1D1. Windows color (decimal): -2437176 or 13160410. OLE color: 13160410.

HSL color Cylindrical-coordinate representation of color #DACFC8: hue angle of 23.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACFC8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218207200-
CMYK00.050.080.15
HSL23.33º19.57%81.96%-
HSV(B)23.33º8.26%85.49%-
XYZ61.6563.763.69-
YUV209.49122.64134.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 200 (78.52% from 255) = 32%
R=34.88%
G=33.12%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820720000.050.080.1523.3319.5781.96
HexDACFC8058F171452
Octal3323173100510172724122
Binary11011010110011111100100001011000111110111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFC8; }

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

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

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

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

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

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

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

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