#DACDC7

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

Shades of Swiss Coffee #DACDC7

Tints of Swiss Coffee #DACDC7

Color information

#DACDC7 (or 0xDACDC7) is unknown color: approx Swiss Coffee. HEX triplet: DA, CD and C7. RGB value is (218,205,199). Sum of RGB (Red+Green+Blue) = 218+205+199=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDC7 is #253238. Grayscale: #D0D0D0. Windows color (decimal): -2437689 or 13094362. OLE color: 13094362.

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

Color convert

RGB218205199-
CMYK00.060.090.15
HSL18.95º20.43%81.76%-
HSV(B)18.95º8.72%85.49%-
XYZ61.0562.6962.92-
YUV208.2122.81134.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=35.05%
G=32.96%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820519900.060.090.1518.9520.4381.76
HexDACDC7069F131452
Octal3323153070611172324122
Binary11011010110011011100011101101001111110011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDC7; }

 p { color: rgb(218,205,199); }

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

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

 a { background-color: rgb(218,205,199); }

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

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

 span { border-color: rgb(218,205,199); }

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