#D9CCC8

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

Shades of Swiss Coffee #D9CCC8

Tints of Swiss Coffee #D9CCC8

Color information

#D9CCC8 (or 0xD9CCC8) is unknown color: approx Swiss Coffee. HEX triplet: D9, CC and C8. RGB value is (217,204,200). Sum of RGB (Red+Green+Blue) = 217+204+200=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCC8 is #263337. Grayscale: #CFCFCF. Windows color (decimal): -2503480 or 13159641. OLE color: 13159641.

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

Color convert

RGB217204200-
CMYK00.060.080.15
HSL14.12º18.28%81.76%-
HSV(B)14.12º7.83%85.1%-
XYZ60.6362.1163.44-
YUV207.43123.81134.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 200 (78.52% from 255) = 32.21%
R=34.94%
G=32.85%
B=32.21%

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
Decimal21720420000.060.080.1514.1218.2881.76
HexD9CCC8068Fe1252
Octal3313143100610171622122
Binary1101100111001100110010000110100011111110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCC8; }

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

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

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

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

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

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

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

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