#DBD9D8

Color #DBD9D8 Bon Jour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bon Jour #DBD9D8

Tints of Bon Jour #DBD9D8

Color information

#DBD9D8 (or 0xDBD9D8) is unknown color: approx Bon Jour. HEX triplet: DB, D9 and D8. RGB value is (219,217,216). Sum of RGB (Red+Green+Blue) = 219+217+216=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9D8 is #242627. Grayscale: #D9D9D9. Windows color (decimal): -2369064 or 14211547. OLE color: 14211547.

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

Color convert

RGB219217216-
CMYK00.010.010.14
HSL20º4%85.29%-
HSV(B)20º1.37%85.88%-
XYZ66.4269.6474.91-
YUV217.48127.16129.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 216 (84.77% from 255) = 33.13%
R=33.59%
G=33.28%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921721600.010.010.1420485.29
HexDBD9D8011E14455
Octal33333133001116244125
Binary1101101111011001110110000111110101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9D8; }

 p { color: rgb(219,217,216); }

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

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

 a { background-color: rgb(219,217,216); }

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

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

 span { border-color: rgb(219,217,216); }

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