#DFD5CE

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

Shades of Bon Jour #DFD5CE

Tints of Bon Jour #DFD5CE

Color information

#DFD5CE (or 0xDFD5CE) is unknown color: approx Bon Jour. HEX triplet: DF, D5 and CE. RGB value is (223,213,206). Sum of RGB (Red+Green+Blue) = 223+213+206=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5CE is #202A31. Grayscale: #D7D7D7. Windows color (decimal): -2107954 or 13555167. OLE color: 13555167.

HSL color Cylindrical-coordinate representation of color #DFD5CE: hue angle of 24.71º 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 #DFD5CE is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223213206-
CMYK00.040.080.13
HSL24.71º20.99%84.12%-
HSV(B)24.71º7.62%87.45%-
XYZ65.3767.7368.02-
YUV215.19122.81133.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 213 (83.59% from 255) = 33.18%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=34.74%
G=33.18%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321320600.040.080.1324.7120.9984.12
HexDFD5CE048D191554
Octal3373253160410153125124
Binary11011111110101011100111001001000110111001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5CE; }

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

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

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

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

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

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

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

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