#D9CFC9

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

Shades of Swiss Coffee #D9CFC9

Tints of Swiss Coffee #D9CFC9

Color information

#D9CFC9 (or 0xD9CFC9) is unknown color: approx Swiss Coffee. HEX triplet: D9, CF and C9. RGB value is (217,207,201). Sum of RGB (Red+Green+Blue) = 217+207+201=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFC9 is #263036. Grayscale: #D1D1D1. Windows color (decimal): -2502711 or 13225945. OLE color: 13225945.

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

Color convert

RGB217207201-
CMYK00.050.070.15
HSL22.5º17.39%81.96%-
HSV(B)22.5º7.37%85.1%-
XYZ61.4763.5964.29-
YUV209.31123.31133.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.72%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 201 (78.91% from 255) = 32.16%
R=34.72%
G=33.12%
B=32.16%

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
Decimal21720720100.050.070.1522.517.3981.96
HexD9CFC9057F171152
Octal331317311057172721122
Binary1101100111001111110010010101111111110111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFC9; }

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

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

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

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

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

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

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

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