#D3CFCD

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

Shades of Swiss Coffee #D3CFCD

Tints of Swiss Coffee #D3CFCD

Color information

#D3CFCD (or 0xD3CFCD) is unknown color: approx Swiss Coffee. HEX triplet: D3, CF and CD. RGB value is (211,207,205). Sum of RGB (Red+Green+Blue) = 211+207+205=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFCD is #2C3032. Grayscale: #CFCFCF. Windows color (decimal): -2895923 or 13488083. OLE color: 13488083.

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

Color convert

RGB211207205-
CMYK00.020.030.17
HSL20º6.38%81.57%-
HSV(B)20º2.84%82.75%-
XYZ60.262.8866.72-
YUV207.97126.33130.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.87%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=33.87%
G=33.23%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120720500.020.030.17206.3881.57
HexD3CFCD0231114652
Octal32331731502321246122
Binary1101001111001111110011010101110001101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CFCD; }

 p { color: rgb(211,207,205); }

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

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

 a { background-color: rgb(211,207,205); }

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

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

 span { border-color: rgb(211,207,205); }

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