#DACFCB

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

Shades of Swiss Coffee #DACFCB

Tints of Swiss Coffee #DACFCB

Color information

#DACFCB (or 0xDACFCB) is unknown color: approx Swiss Coffee. HEX triplet: DA, CF and CB. RGB value is (218,207,203). Sum of RGB (Red+Green+Blue) = 218+207+203=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFCB is #253034. Grayscale: #D1D1D1. Windows color (decimal): -2437173 or 13357018. OLE color: 13357018.

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

Color convert

RGB218207203-
CMYK00.050.070.15
HSL16º16.85%82.55%-
HSV(B)16º6.88%85.49%-
XYZ62.0163.8465.55-
YUV209.83124.14133.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.71%
GREEN value IS 207 (81.25% from 255) = 32.96%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=34.71%
G=32.96%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820720300.050.070.151616.8582.55
HexDACFCB057F101153
Octal332317313057172021123
Binary1101101011001111110010110101111111110000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFCB; }

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

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

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

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

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

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

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

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