#DFCFBD

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

Shades of Blanc #DFCFBD

Tints of Blanc #DFCFBD

Color information

#DFCFBD (or 0xDFCFBD) is unknown color: approx Blanc. HEX triplet: DF, CF and BD. RGB value is (223,207,189). Sum of RGB (Red+Green+Blue) = 223+207+189=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFBD is #203042. Grayscale: #D1D1D1. Windows color (decimal): -2109507 or 12439519. OLE color: 12439519.

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

Color convert

RGB223207189-
CMYK00.070.150.13
HSL31.76º34.69%80.78%-
HSV(B)31.76º15.25%87.45%-
XYZ61.9363.9957.23-
YUV209.73116.3137.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=36.03%
G=33.44%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320718900.070.150.1331.7634.6980.78
HexDFCFBD07FD202351
Octal3373172750717154043121
Binary1101111111001111101111010111111111011000001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFBD; }

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

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

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

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

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

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

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

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