#DBCEC7

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

Shades of Swiss Coffee #DBCEC7

Tints of Swiss Coffee #DBCEC7

Color information

#DBCEC7 (or 0xDBCEC7) is unknown color: approx Swiss Coffee. HEX triplet: DB, CE and C7. RGB value is (219,206,199). Sum of RGB (Red+Green+Blue) = 219+206+199=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEC7 is #243138. Grayscale: #D1D1D1. Windows color (decimal): -2371897 or 13094619. OLE color: 13094619.

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

Color convert

RGB219206199-
CMYK00.060.090.14
HSL21º21.74%81.96%-
HSV(B)21º9.13%85.88%-
XYZ61.5963.3363.01-
YUV209.09122.31135.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=35.10%
G=33.01%
B=31.89%

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
Decimal21920619900.060.090.142121.7481.96
HexDBCEC7069E151652
Octal3333163070611162526122
Binary11011011110011101100011101101001111010101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEC7; }

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

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

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

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

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

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

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

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