#DBD4D0

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

Shades of Bon Jour #DBD4D0

Tints of Bon Jour #DBD4D0

Color information

#DBD4D0 (or 0xDBD4D0) is unknown color: approx Bon Jour. HEX triplet: DB, D4 and D0. RGB value is (219,212,208). Sum of RGB (Red+Green+Blue) = 219+212+208=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4D0 is #242B2F. Grayscale: #D5D5D5. Windows color (decimal): -2370352 or 13685979. OLE color: 13685979.

HSL color Cylindrical-coordinate representation of color #DBD4D0: hue angle of 21.82º degrees, saturation: 0.13, 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 #DBD4D0 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219212208-
CMYK00.030.050.14
HSL21.82º13.25%83.73%-
HSV(B)21.82º5.02%85.88%-
XYZ64.1466.769.17-
YUV213.64124.82131.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 208 (81.64% from 255) = 32.55%
R=34.27%
G=33.18%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921220800.030.050.1421.8213.2583.73
HexDBD4D0035E16d54
Octal333324320035162615124
Binary11011011110101001101000001110111101011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4D0; }

 p { color: rgb(219,212,208); }

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

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

 a { background-color: rgb(219,212,208); }

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

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

 span { border-color: rgb(219,212,208); }

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