#D6CDC9

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

Shades of Swiss Coffee #D6CDC9

Tints of Swiss Coffee #D6CDC9

Color information

#D6CDC9 (or 0xD6CDC9) is unknown color: approx Swiss Coffee. HEX triplet: D6, CD and C9. RGB value is (214,205,201). Sum of RGB (Red+Green+Blue) = 214+205+201=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDC9 is #293236. Grayscale: #CFCFCF. Windows color (decimal): -2699831 or 13225430. OLE color: 13225430.

HSL color Cylindrical-coordinate representation of color #D6CDC9: hue angle of 18.46º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6CDC9 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214205201-
CMYK00.040.060.16
HSL18.46º13.68%81.37%-
HSV(B)18.46º6.07%83.92%-
XYZ60.1162.1864.09-
YUV207.24124.48132.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=34.52%
G=33.06%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420520100.040.060.1618.4613.6881.37
HexD6CDC90461012e51
Octal326315311046202216121
Binary1101011011001101110010010100110100001001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDC9; }

 p { color: rgb(214,205,201); }

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

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

 a { background-color: rgb(214,205,201); }

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

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

 span { border-color: rgb(214,205,201); }

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