#D8CFCB

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

Shades of Swiss Coffee #D8CFCB

Tints of Swiss Coffee #D8CFCB

Color information

#D8CFCB (or 0xD8CFCB) is unknown color: approx Swiss Coffee. HEX triplet: D8, CF and CB. RGB value is (216,207,203). Sum of RGB (Red+Green+Blue) = 216+207+203=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFCB is #273034. Grayscale: #D1D1D1. Windows color (decimal): -2568245 or 13357016. OLE color: 13357016.

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

Color convert

RGB216207203-
CMYK00.040.060.15
HSL18.46º14.29%82.16%-
HSV(B)18.46º6.02%84.71%-
XYZ61.4163.5465.53-
YUV209.24124.48132.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=34.50%
G=33.07%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620720300.040.060.1518.4614.2982.16
HexD8CFCB046F12e52
Octal330317313046172216122
Binary110110001100111111001011010011011111001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFCB; }

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

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

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

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

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

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

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

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