#DFD5D0

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

Shades of Bon Jour #DFD5D0

Tints of Bon Jour #DFD5D0

Color information

#DFD5D0 (or 0xDFD5D0) is unknown color: approx Bon Jour. HEX triplet: DF, D5 and D0. RGB value is (223,213,208). Sum of RGB (Red+Green+Blue) = 223+213+208=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D0 is #202A2F. Grayscale: #D7D7D7. Windows color (decimal): -2107952 or 13686239. OLE color: 13686239.

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

Color convert

RGB223213208-
CMYK00.040.070.13
HSL20º18.99%84.51%-
HSV(B)20º6.73%87.45%-
XYZ65.6167.8369.31-
YUV215.42123.81133.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 213 (83.59% from 255) = 33.07%
BLUE value IS 208 (81.64% from 255) = 32.30%
R=34.63%
G=33.07%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321320800.040.070.132018.9984.51
HexDFD5D0047D141355
Octal337325320047152423125
Binary1101111111010101110100000100111110110100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5D0; }

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

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

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

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

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

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

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

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