#D8D2CF

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

Shades of Swiss Coffee #D8D2CF

Tints of Swiss Coffee #D8D2CF

Color information

#D8D2CF (or 0xD8D2CF) is unknown color: approx Swiss Coffee. HEX triplet: D8, D2 and CF. RGB value is (216,210,207). Sum of RGB (Red+Green+Blue) = 216+210+207=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D2CF is #272D30. Grayscale: #D3D3D3. Windows color (decimal): -2567473 or 13619928. OLE color: 13619928.

HSL color Cylindrical-coordinate representation of color #D8D2CF: hue angle of 20º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8D2CF is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216210207-
CMYK00.030.040.15
HSL20º10.34%82.94%-
HSV(B)20º4.17%84.71%-
XYZ62.6365.268.31-
YUV211.45125.49131.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.12%
GREEN value IS 210 (82.42% from 255) = 33.18%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=34.12%
G=33.18%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621020700.030.040.152010.3482.94
HexD8D2CF034F14a53
Octal330322317034172412123
Binary11011000110100101100111101110011111010010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2CF; }

 p { color: rgb(216,210,207); }

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

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

 a { background-color: rgb(216,210,207); }

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

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

 span { border-color: rgb(216,210,207); }

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