#DBD3CF

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

Shades of Swiss Coffee #DBD3CF

Tints of Swiss Coffee #DBD3CF

Color information

#DBD3CF (or 0xDBD3CF) is unknown color: approx Swiss Coffee. HEX triplet: DB, D3 and CF. RGB value is (219,211,207). Sum of RGB (Red+Green+Blue) = 219+211+207=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3CF is #242C30. Grayscale: #D4D4D4. Windows color (decimal): -2370609 or 13620187. OLE color: 13620187.

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

Color convert

RGB219211207-
CMYK00.040.050.14
HSL20º14.29%83.53%-
HSV(B)20º5.48%85.88%-
XYZ63.7766.1568.44-
YUV212.94124.65132.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=34.38%
G=33.12%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921120700.040.050.142014.2983.53
HexDBD3CF045E14e54
Octal333323317045162416124
Binary110110111101001111001111010010111101010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3CF; }

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

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

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

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

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

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

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

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