#DBCFCB

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

Shades of Swiss Coffee #DBCFCB

Tints of Swiss Coffee #DBCFCB

Color information

#DBCFCB (or 0xDBCFCB) is unknown color: approx Swiss Coffee. HEX triplet: DB, CF and CB. RGB value is (219,207,203). Sum of RGB (Red+Green+Blue) = 219+207+203=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFCB is #243034. Grayscale: #D2D2D2. Windows color (decimal): -2371637 or 13357019. OLE color: 13357019.

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

Color convert

RGB219207203-
CMYK00.050.070.14
HSL15º18.18%82.75%-
HSV(B)15º7.31%85.88%-
XYZ62.316465.57-
YUV210.13123.98134.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=34.82%
G=32.91%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920720300.050.070.141518.1882.75
HexDBCFCB057Ef1253
Octal333317313057161722123
Binary110110111100111111001011010111111101111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCFCB; }

 p { color: rgb(219,207,203); }

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

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

 a { background-color: rgb(219,207,203); }

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

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

 span { border-color: rgb(219,207,203); }

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