#DFD1BD

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

Shades of Blanc #DFD1BD

Tints of Blanc #DFD1BD

Color information

#DFD1BD (or 0xDFD1BD) is unknown color: approx Blanc. HEX triplet: DF, D1 and BD. RGB value is (223,209,189). Sum of RGB (Red+Green+Blue) = 223+209+189=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1BD is #202E42. Grayscale: #D2D2D2. Windows color (decimal): -2108995 or 12440031. OLE color: 12440031.

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

Color convert

RGB223209189-
CMYK00.060.150.13
HSL35.29º34.69%80.78%-
HSV(B)35.29º15.25%87.45%-
XYZ62.4264.9657.39-
YUV210.91115.64136.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=35.91%
G=33.66%
B=30.43%

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
Decimal22320918900.060.150.1335.2934.6980.78
HexDFD1BD06FD232351
Octal3373212750617154343121
Binary1101111111010001101111010110111111011000111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1BD; }

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

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

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

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

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

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

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

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