#DFD2BF

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

Shades of Blanc #DFD2BF

Tints of Blanc #DFD2BF

Color information

#DFD2BF (or 0xDFD2BF) is unknown color: approx Blanc. HEX triplet: DF, D2 and BF. RGB value is (223,210,191). Sum of RGB (Red+Green+Blue) = 223+210+191=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2BF is #202D40. Grayscale: #D3D3D3. Windows color (decimal): -2108737 or 12571359. OLE color: 12571359.

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

Color convert

RGB223210191-
CMYK00.060.140.13
HSL35.63º33.33%81.18%-
HSV(B)35.63º14.35%87.45%-
XYZ62.8865.5458.63-
YUV211.72116.31136.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 191 (75% from 255) = 30.61%
R=35.74%
G=33.65%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321019100.060.140.1335.6333.3381.18
HexDFD2BF06ED242151
Octal3373222770616154441121
Binary1101111111010010101111110110111011011001001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2BF; }

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

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

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

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

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

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

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

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