#DFD5D1

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

Shades of Bon Jour #DFD5D1

Tints of Bon Jour #DFD5D1

Color information

#DFD5D1 (or 0xDFD5D1) is unknown color: approx Bon Jour. HEX triplet: DF, D5 and D1. RGB value is (223,213,209). Sum of RGB (Red+Green+Blue) = 223+213+209=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D1 is #202A2E. Grayscale: #D7D7D7. Windows color (decimal): -2107951 or 13751775. OLE color: 13751775.

HSL color Cylindrical-coordinate representation of color #DFD5D1: hue angle of 17.14º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD5D1 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223213209-
CMYK00.040.060.13
HSL17.14º17.95%84.71%-
HSV(B)17.14º6.28%87.45%-
XYZ65.7367.8869.96-
YUV215.53124.31133.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 213 (83.59% from 255) = 33.02%
BLUE value IS 209 (82.03% from 255) = 32.40%
R=34.57%
G=33.02%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321320900.040.060.1317.1417.9584.71
HexDFD5D1046D111255
Octal337325321046152122125
Binary1101111111010101110100010100110110110001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5D1; }

 p { color: rgb(223,213,209); }

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

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

 a { background-color: rgb(223,213,209); }

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

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

 span { border-color: rgb(223,213,209); }

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