#DFD1BE

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

Shades of Blanc #DFD1BE

Tints of Blanc #DFD1BE

Color information

#DFD1BE (or 0xDFD1BE) is unknown color: approx Blanc. HEX triplet: DF, D1 and BE. RGB value is (223,209,190). Sum of RGB (Red+Green+Blue) = 223+209+190=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1BE is #202E41. Grayscale: #D3D3D3. Windows color (decimal): -2108994 or 12505567. OLE color: 12505567.

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

Color convert

RGB223209190-
CMYK00.060.150.13
HSL34.55º34.02%80.98%-
HSV(B)34.55º14.8%87.45%-
XYZ62.5365.0157.97-
YUV211.02116.14136.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=35.85%
G=33.60%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320919000.060.150.1334.5534.0280.98
HexDFD1BE06FD232251
Octal3373212760617154342121
Binary1101111111010001101111100110111111011000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1BE; }

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

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

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

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

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

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

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

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