#D6D3D1

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

Shades of Swiss Coffee #D6D3D1

Tints of Swiss Coffee #D6D3D1

Color information

#D6D3D1 (or 0xD6D3D1) is unknown color: approx Swiss Coffee. HEX triplet: D6, D3 and D1. RGB value is (214,211,209). Sum of RGB (Red+Green+Blue) = 214+211+209=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3D1 is #292C2E. Grayscale: #D3D3D3. Windows color (decimal): -2698287 or 13751254. OLE color: 13751254.

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

Color convert

RGB214211209-
CMYK00.010.020.16
HSL24º5.75%82.94%-
HSV(B)24º2.34%83.92%-
XYZ62.5365.4969.67-
YUV211.67126.49129.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 209 (82.03% from 255) = 32.97%
R=33.75%
G=33.28%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421120900.010.020.16245.7582.94
HexD6D3D10121018653
Octal32632332101220306123
Binary110101101101001111010001011010000110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D3D1; }

 p { color: rgb(214,211,209); }

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

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

 a { background-color: rgb(214,211,209); }

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

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

 span { border-color: rgb(214,211,209); }

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