#DFD4CE

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

Shades of Bon Jour #DFD4CE

Tints of Bon Jour #DFD4CE

Color information

#DFD4CE (or 0xDFD4CE) is unknown color: approx Bon Jour. HEX triplet: DF, D4 and CE. RGB value is (223,212,206). Sum of RGB (Red+Green+Blue) = 223+212+206=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4CE is #202B31. Grayscale: #D6D6D6. Windows color (decimal): -2108210 or 13554911. OLE color: 13554911.

HSL color Cylindrical-coordinate representation of color #DFD4CE: hue angle of 21.18º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD4CE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223212206-
CMYK00.050.080.13
HSL21.18º20.99%84.12%-
HSV(B)21.18º7.62%87.45%-
XYZ65.1267.2367.94-
YUV214.6123.14133.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=34.79%
G=33.07%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321220600.050.080.1321.1820.9984.12
HexDFD4CE058D151554
Octal3373243160510152525124
Binary11011111110101001100111001011000110110101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4CE; }

 p { color: rgb(223,212,206); }

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

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

 a { background-color: rgb(223,212,206); }

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

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

 span { border-color: rgb(223,212,206); }

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