#DBCCC7

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

Shades of Swiss Coffee #DBCCC7

Tints of Swiss Coffee #DBCCC7

Color information

#DBCCC7 (or 0xDBCCC7) is unknown color: approx Swiss Coffee. HEX triplet: DB, CC and C7. RGB value is (219,204,199). Sum of RGB (Red+Green+Blue) = 219+204+199=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC7 is #243338. Grayscale: #CFCFCF. Windows color (decimal): -2372409 or 13094107. OLE color: 13094107.

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

Color convert

RGB219204199-
CMYK00.070.090.14
HSL15º21.74%81.96%-
HSV(B)15º9.13%85.88%-
XYZ61.1262.3762.85-
YUV207.92122.97135.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=35.21%
G=32.80%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920419900.070.090.141521.7481.96
HexDBCCC7079Ef1652
Octal3333143070711161726122
Binary1101101111001100110001110111100111101111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCC7; }

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

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

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

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

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

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

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

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