#DBD2CE

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

Shades of Swiss Coffee #DBD2CE

Tints of Swiss Coffee #DBD2CE

Color information

#DBD2CE (or 0xDBD2CE) is unknown color: approx Swiss Coffee. HEX triplet: DB, D2 and CE. RGB value is (219,210,206). Sum of RGB (Red+Green+Blue) = 219+210+206=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2CE is #242D31. Grayscale: #D4D4D4. Windows color (decimal): -2370866 or 13554395. OLE color: 13554395.

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

Color convert

RGB219210206-
CMYK00.040.060.14
HSL18.46º15.29%83.33%-
HSV(B)18.46º5.94%85.88%-
XYZ63.465.6167.71-
YUV212.24124.48132.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 210 (82.42% from 255) = 33.07%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=34.49%
G=33.07%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921020600.040.060.1418.4615.2983.33
HexDBD2CE046E12f53
Octal333322316046162217123
Binary110110111101001011001110010011011101001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2CE; }

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

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

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

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

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

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

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

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