#D8CBC3

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

Shades of Swiss Coffee #D8CBC3

Tints of Swiss Coffee #D8CBC3

Color information

#D8CBC3 (or 0xD8CBC3) is unknown color: approx Swiss Coffee. HEX triplet: D8, CB and C3. RGB value is (216,203,195). Sum of RGB (Red+Green+Blue) = 216+203+195=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBC3 is #27343C. Grayscale: #CECECE. Windows color (decimal): -2569277 or 12831704. OLE color: 12831704.

HSL color Cylindrical-coordinate representation of color #D8CBC3: hue angle of 22.86º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8CBC3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB216203195-
CMYK00.060.100.15
HSL22.86º21.21%80.59%-
HSV(B)22.86º9.72%84.71%-
XYZ59.5361.2560.32-
YUV205.98121.81135.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 195 (76.56% from 255) = 31.76%
R=35.18%
G=33.06%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620319500.060.100.1522.8621.2180.59
HexD8CBC306AF171551
Octal3303133030612172725121
Binary11011000110010111100001101101010111110111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBC3; }

 p { color: rgb(216,203,195); }

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

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

 a { background-color: rgb(216,203,195); }

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

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

 span { border-color: rgb(216,203,195); }

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