#DBCEC8

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

Shades of Swiss Coffee #DBCEC8

Tints of Swiss Coffee #DBCEC8

Color information

#DBCEC8 (or 0xDBCEC8) is unknown color: approx Swiss Coffee. HEX triplet: DB, CE and C8. RGB value is (219,206,200). Sum of RGB (Red+Green+Blue) = 219+206+200=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEC8 is #243137. Grayscale: #D1D1D1. Windows color (decimal): -2371896 or 13160155. OLE color: 13160155.

HSL color Cylindrical-coordinate representation of color #DBCEC8: hue angle of 18.95º degrees, saturation: 0.21, 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 #DBCEC8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219206200-
CMYK00.060.090.14
HSL18.95º20.88%82.16%-
HSV(B)18.95º8.68%85.88%-
XYZ61.7163.3763.62-
YUV209.2122.81134.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 200 (78.52% from 255) = 32%
R=35.04%
G=32.96%
B=32%

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
Decimal21920620000.060.090.1418.9520.8882.16
HexDBCEC8069E131552
Octal3333163100611162325122
Binary11011011110011101100100001101001111010011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEC8; }

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

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

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

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

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

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

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

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