#DCCEC9

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

Shades of Swiss Coffee #DCCEC9

Tints of Swiss Coffee #DCCEC9

Color information

#DCCEC9 (or 0xDCCEC9) is unknown color: approx Swiss Coffee. HEX triplet: DC, CE and C9. RGB value is (220,206,201). Sum of RGB (Red+Green+Blue) = 220+206+201=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEC9 is #233136. Grayscale: #D1D1D1. Windows color (decimal): -2306359 or 13225692. OLE color: 13225692.

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

Color convert

RGB220206201-
CMYK00.060.090.14
HSL15.79º21.35%82.55%-
HSV(B)15.79º8.64%86.27%-
XYZ62.1363.5864.26-
YUV209.62123.14135.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 201 (78.91% from 255) = 32.06%
R=35.09%
G=32.85%
B=32.06%

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
Decimal22020620100.060.090.1415.7921.3582.55
HexDCCEC9069E101553
Octal3343163110611162025123
Binary11011100110011101100100101101001111010000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEC9; }

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

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

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

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

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

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

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

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