#DFD3BE

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

Shades of Blanc #DFD3BE

Tints of Blanc #DFD3BE

Color information

#DFD3BE (or 0xDFD3BE) is unknown color: approx Blanc. HEX triplet: DF, D3 and BE. RGB value is (223,211,190). Sum of RGB (Red+Green+Blue) = 223+211+190=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3BE is #202C41. Grayscale: #D4D4D4. Windows color (decimal): -2108482 or 12506079. OLE color: 12506079.

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

Color convert

RGB223211190-
CMYK00.050.150.13
HSL38.18º34.02%80.98%-
HSV(B)38.18º14.8%87.45%-
XYZ63.0265.9958.13-
YUV212.19115.48135.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 211 (82.81% from 255) = 33.81%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=35.74%
G=33.81%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321119000.050.150.1338.1834.0280.98
HexDFD3BE05FD262251
Octal3373232760517154642121
Binary1101111111010011101111100101111111011001101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3BE; }

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

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

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

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

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

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

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

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