#D9D2CE

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

Shades of Swiss Coffee #D9D2CE

Tints of Swiss Coffee #D9D2CE

Color information

#D9D2CE (or 0xD9D2CE) is unknown color: approx Swiss Coffee. HEX triplet: D9, D2 and CE. RGB value is (217,210,206). Sum of RGB (Red+Green+Blue) = 217+210+206=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2CE is #262D31. Grayscale: #D3D3D3. Windows color (decimal): -2501938 or 13554393. OLE color: 13554393.

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

Color convert

RGB217210206-
CMYK00.030.050.15
HSL21.82º12.64%82.94%-
HSV(B)21.82º5.07%85.1%-
XYZ62.865.367.69-
YUV211.64124.82131.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 210 (82.42% from 255) = 33.18%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=34.28%
G=33.18%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721020600.030.050.1521.8212.6482.94
HexD9D2CE035F16d53
Octal331322316035172615123
Binary11011001110100101100111001110111111011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D2CE; }

 p { color: rgb(217,210,206); }

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

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

 a { background-color: rgb(217,210,206); }

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

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

 span { border-color: rgb(217,210,206); }

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