#D9CFC8

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

Shades of Swiss Coffee #D9CFC8

Tints of Swiss Coffee #D9CFC8

Color information

#D9CFC8 (or 0xD9CFC8) is unknown color: approx Swiss Coffee. HEX triplet: D9, CF and C8. RGB value is (217,207,200). Sum of RGB (Red+Green+Blue) = 217+207+200=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFC8 is #263037. Grayscale: #D1D1D1. Windows color (decimal): -2502712 or 13160409. OLE color: 13160409.

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

Color convert

RGB217207200-
CMYK00.050.080.15
HSL24.71º18.28%81.76%-
HSV(B)24.71º7.83%85.1%-
XYZ61.3563.5563.68-
YUV209.19122.81133.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=34.78%
G=33.17%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720720000.050.080.1524.7118.2881.76
HexD9CFC8058F191252
Octal3313173100510173122122
Binary11011001110011111100100001011000111111001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFC8; }

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

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

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

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

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

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

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

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