#DACCC8

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

Shades of Swiss Coffee #DACCC8

Tints of Swiss Coffee #DACCC8

Color information

#DACCC8 (or 0xDACCC8) is unknown color: approx Swiss Coffee. HEX triplet: DA, CC and C8. RGB value is (218,204,200). Sum of RGB (Red+Green+Blue) = 218+204+200=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCC8 is #253337. Grayscale: #CFCFCF. Windows color (decimal): -2437944 or 13159642. OLE color: 13159642.

HSL color Cylindrical-coordinate representation of color #DACCC8: hue angle of 13.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 #DACCC8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218204200-
CMYK00.060.080.15
HSL13.33º19.57%81.96%-
HSV(B)13.33º8.26%85.49%-
XYZ60.9362.2663.45-
YUV207.73123.64135.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 200 (78.52% from 255) = 32.15%
R=35.05%
G=32.80%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820420000.060.080.1513.3319.5781.96
HexDACCC8068Fd1452
Octal3323143100610171524122
Binary1101101011001100110010000110100011111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCC8; }

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

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

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

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

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

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

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

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