#D8D2CE

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

Shades of Swiss Coffee #D8D2CE

Tints of Swiss Coffee #D8D2CE

Color information

#D8D2CE (or 0xD8D2CE) is unknown color: approx Swiss Coffee. HEX triplet: D8, D2 and CE. RGB value is (216,210,206). Sum of RGB (Red+Green+Blue) = 216+210+206=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D2CE is #272D31. Grayscale: #D3D3D3. Windows color (decimal): -2567474 or 13554392. OLE color: 13554392.

HSL color Cylindrical-coordinate representation of color #D8D2CE: hue angle of 24º degrees, saturation: 0.11, 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 #D8D2CE is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216210206-
CMYK00.030.050.15
HSL24º11.36%82.75%-
HSV(B)24º4.63%84.71%-
XYZ62.5165.1567.67-
YUV211.34124.99131.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.18%
GREEN value IS 210 (82.42% from 255) = 33.23%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=34.18%
G=33.23%
B=32.59%

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
Decimal21621020600.030.050.152411.3682.75
HexD8D2CE035F18b53
Octal330322316035173013123
Binary11011000110100101100111001110111111100010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2CE; }

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

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

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

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

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

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

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

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