#DCCEC8

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

Shades of Swiss Coffee #DCCEC8

Tints of Swiss Coffee #DCCEC8

Color information

#DCCEC8 (or 0xDCCEC8) is unknown color: approx Swiss Coffee. HEX triplet: DC, CE and C8. RGB value is (220,206,200). Sum of RGB (Red+Green+Blue) = 220+206+200=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEC8 is #233137. Grayscale: #D1D1D1. Windows color (decimal): -2306360 or 13160156. OLE color: 13160156.

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

Color convert

RGB220206200-
CMYK00.060.090.14
HSL18º22.22%82.35%-
HSV(B)18º9.09%86.27%-
XYZ62.0163.5363.64-
YUV209.5122.64135.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=35.14%
G=32.91%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020620000.060.090.141822.2282.35
HexDCCEC8069E121652
Octal3343163100611162226122
Binary11011100110011101100100001101001111010010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEC8; }

 p { color: rgb(220,206,200); }

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

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

 a { background-color: rgb(220,206,200); }

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

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

 span { border-color: rgb(220,206,200); }

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