#DACFCA

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

Shades of Swiss Coffee #DACFCA

Tints of Swiss Coffee #DACFCA

Color information

#DACFCA (or 0xDACFCA) is unknown color: approx Swiss Coffee. HEX triplet: DA, CF and CA. RGB value is (218,207,202). Sum of RGB (Red+Green+Blue) = 218+207+202=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFCA is #253035. Grayscale: #D1D1D1. Windows color (decimal): -2437174 or 13291482. OLE color: 13291482.

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

Color convert

RGB218207202-
CMYK00.050.070.15
HSL18.75º17.78%82.35%-
HSV(B)18.75º7.34%85.49%-
XYZ61.8963.864.93-
YUV209.72123.64133.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=34.77%
G=33.01%
B=32.22%

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
Decimal21820720200.050.070.1518.7517.7882.35
HexDACFCA057F131252
Octal332317312057172322122
Binary1101101011001111110010100101111111110011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFCA; }

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

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

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

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

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

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

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

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