#DBCEC6

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

Shades of Swiss Coffee #DBCEC6

Tints of Swiss Coffee #DBCEC6

Color information

#DBCEC6 (or 0xDBCEC6) is unknown color: approx Swiss Coffee. HEX triplet: DB, CE and C6. RGB value is (219,206,198). Sum of RGB (Red+Green+Blue) = 219+206+198=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEC6 is #243139. Grayscale: #D1D1D1. Windows color (decimal): -2371898 or 13029083. OLE color: 13029083.

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

Color convert

RGB219206198-
CMYK00.060.100.14
HSL22.86º22.58%81.76%-
HSV(B)22.86º9.59%85.88%-
XYZ61.4863.2862.4-
YUV208.98121.81135.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=35.15%
G=33.07%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920619800.060.100.1422.8622.5881.76
HexDBCEC606AE171752
Octal3333163060612162727122
Binary11011011110011101100011001101010111010111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEC6; }

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

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

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

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

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

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

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

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