#D6CBC7

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

Shades of Swiss Coffee #D6CBC7

Tints of Swiss Coffee #D6CBC7

Color information

#D6CBC7 (or 0xD6CBC7) is unknown color: approx Swiss Coffee. HEX triplet: D6, CB and C7. RGB value is (214,203,199). Sum of RGB (Red+Green+Blue) = 214+203+199=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBC7 is #293438. Grayscale: #CDCDCD. Windows color (decimal): -2700345 or 13093846. OLE color: 13093846.

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

Color convert

RGB214203199-
CMYK00.050.070.16
HSL16º15.46%80.98%-
HSV(B)16º7.01%83.92%-
XYZ59.461.1362.7-
YUV205.83124.14133.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.74%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 199 (78.12% from 255) = 32.31%
R=34.74%
G=32.95%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420319900.050.070.161615.4680.98
HexD6CBC70571010f51
Octal326313307057202017121
Binary1101011011001011110001110101111100001000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBC7; }

 p { color: rgb(214,203,199); }

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

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

 a { background-color: rgb(214,203,199); }

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

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

 span { border-color: rgb(214,203,199); }

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