#DCCFCA

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

Shades of Swiss Coffee #DCCFCA

Tints of Swiss Coffee #DCCFCA

Color information

#DCCFCA (or 0xDCCFCA) is unknown color: approx Swiss Coffee. HEX triplet: DC, CF and CA. RGB value is (220,207,202). Sum of RGB (Red+Green+Blue) = 220+207+202=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFCA is #233035. Grayscale: #D2D2D2. Windows color (decimal): -2306102 or 13291484. OLE color: 13291484.

HSL color Cylindrical-coordinate representation of color #DCCFCA: hue angle of 16.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCFCA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220207202-
CMYK00.060.080.14
HSL16.67º20.45%82.75%-
HSV(B)16.67º8.18%86.27%-
XYZ62.4964.1164.96-
YUV210.32123.31134.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=34.98%
G=32.91%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020720200.060.080.1416.6720.4582.75
HexDCCFCA068E111453
Octal3343173120610162124123
Binary11011100110011111100101001101000111010001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFCA; }

 p { color: rgb(220,207,202); }

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

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

 a { background-color: rgb(220,207,202); }

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

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

 span { border-color: rgb(220,207,202); }

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