#D1CDCB

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

Shades of Swiss Coffee #D1CDCB

Tints of Swiss Coffee #D1CDCB

Color information

#D1CDCB (or 0xD1CDCB) is unknown color: approx Swiss Coffee. HEX triplet: D1, CD and CB. RGB value is (209,205,203). Sum of RGB (Red+Green+Blue) = 209+205+203=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDCB is #2E3234. Grayscale: #CDCDCD. Windows color (decimal): -3027509 or 13356497. OLE color: 13356497.

HSL color Cylindrical-coordinate representation of color #D1CDCB: hue angle of 20º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1CDCB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209205203-
CMYK00.020.030.18
HSL20º6.12%80.78%-
HSV(B)20º2.87%81.96%-
XYZ58.9161.5365.27-
YUV205.97126.33130.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.87%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=33.87%
G=33.23%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920520300.020.030.18206.1280.78
HexD1CDCB0231214651
Octal32131531302322246121
Binary1101000111001101110010110101110010101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDCB; }

 p { color: rgb(209,205,203); }

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

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

 a { background-color: rgb(209,205,203); }

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

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

 span { border-color: rgb(209,205,203); }

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