#DFD3BF

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

Shades of Blanc #DFD3BF

Tints of Blanc #DFD3BF

Color information

#DFD3BF (or 0xDFD3BF) is unknown color: approx Blanc. HEX triplet: DF, D3 and BF. RGB value is (223,211,191). Sum of RGB (Red+Green+Blue) = 223+211+191=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3BF is #202C40. Grayscale: #D4D4D4. Windows color (decimal): -2108481 or 12571615. OLE color: 12571615.

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

Color convert

RGB223211191-
CMYK00.050.140.13
HSL37.5º33.33%81.18%-
HSV(B)37.5º14.35%87.45%-
XYZ63.1366.0458.71-
YUV212.31115.98135.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 191 (75% from 255) = 30.56%
R=35.68%
G=33.76%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321119100.050.140.1337.533.3381.18
HexDFD3BF05ED262151
Octal3373232770516154641121
Binary1101111111010011101111110101111011011001101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3BF; }

 p { color: rgb(223,211,191); }

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

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

 a { background-color: rgb(223,211,191); }

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

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

 span { border-color: rgb(223,211,191); }

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