#D8D6D5

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

Shades of Bon Jour #D8D6D5

Tints of Bon Jour #D8D6D5

Color information

#D8D6D5 (or 0xD8D6D5) is unknown color: approx Bon Jour. HEX triplet: D8, D6 and D5. RGB value is (216,214,213). Sum of RGB (Red+Green+Blue) = 216+214+213=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6D5 is #27292A. Grayscale: #D6D6D6. Windows color (decimal): -2566443 or 14014168. OLE color: 14014168.

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

Color convert

RGB216214213-
CMYK00.010.010.15
HSL20º3.7%84.12%-
HSV(B)20º1.39%84.71%-
XYZ64.3867.572.59-
YUV214.48127.16129.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.59%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 213 (83.59% 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.15
SystemRedGreenBlueCMYKHSL
Decimal21621421300.010.010.15203.784.12
HexD8D6D5011F14454
Octal33032632501117244124
Binary1101100011010110110101010111111101001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D6D5; }

 p { color: rgb(216,214,213); }

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

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

 a { background-color: rgb(216,214,213); }

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

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

 span { border-color: rgb(216,214,213); }

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