#DBD6D3

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

Shades of Bon Jour #DBD6D3

Tints of Bon Jour #DBD6D3

Color information

#DBD6D3 (or 0xDBD6D3) is unknown color: approx Bon Jour. HEX triplet: DB, D6 and D3. RGB value is (219,214,211). Sum of RGB (Red+Green+Blue) = 219+214+211=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D3 is #24292C. Grayscale: #D7D7D7. Windows color (decimal): -2369837 or 13883099. OLE color: 13883099.

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

Color convert

RGB219214211-
CMYK00.020.040.14
HSL22.5º10%84.31%-
HSV(B)22.5º3.65%85.88%-
XYZ65.0267.8671.3-
YUV215.15125.66130.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 214 (83.98% from 255) = 33.23%
BLUE value IS 211 (82.81% from 255) = 32.76%
R=34.01%
G=33.23%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921421100.020.040.1422.51084.31
HexDBD6D3024E17a54
Octal333326323024162712124
Binary11011011110101101101001101010011101011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6D3; }

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

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

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

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

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

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

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

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