#D2CFCD

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

Shades of Swiss Coffee #D2CFCD

Tints of Swiss Coffee #D2CFCD

Color information

#D2CFCD (or 0xD2CFCD) is unknown color: approx Swiss Coffee. HEX triplet: D2, CF and CD. RGB value is (210,207,205). Sum of RGB (Red+Green+Blue) = 210+207+205=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFCD is #2D3032. Grayscale: #CFCFCF. Windows color (decimal): -2961459 or 13488082. OLE color: 13488082.

HSL color Cylindrical-coordinate representation of color #D2CFCD: 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 #D2CFCD is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210207205-
CMYK00.010.020.18
HSL24º5.26%81.37%-
HSV(B)24º2.38%82.35%-
XYZ59.9162.7466.71-
YUV207.67126.49129.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=33.76%
G=33.28%
B=32.96%

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
Decimal21020720500.010.020.18245.2681.37
HexD2CFCD0121218551
Octal32231731501222305121
Binary110100101100111111001101011010010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFCD; }

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

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

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

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

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

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

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

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