#D0CDCB

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

Shades of Swiss Coffee #D0CDCB

Tints of Swiss Coffee #D0CDCB

Color information

#D0CDCB (or 0xD0CDCB) is unknown color: approx Swiss Coffee. HEX triplet: D0, CD and CB. RGB value is (208,205,203). Sum of RGB (Red+Green+Blue) = 208+205+203=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDCB is #2F3234. Grayscale: #CDCDCD. Windows color (decimal): -3093045 or 13356496. OLE color: 13356496.

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

Color convert

RGB208205203-
CMYK00.010.020.18
HSL24º5.05%80.59%-
HSV(B)24º2.4%81.57%-
XYZ58.6261.3865.26-
YUV205.67126.49129.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.77%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=33.77%
G=33.28%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820520300.010.020.18245.0580.59
HexD0CDCB0121218551
Octal32031531301222305121
Binary110100001100110111001011011010010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDCB; }

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

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

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

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

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

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

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

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