#DFD7CF

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

Shades of Gallery #DFD7CF

Tints of Gallery #DFD7CF

Color information

#DFD7CF (or 0xDFD7CF) is unknown color: approx Gallery. HEX triplet: DF, D7 and CF. RGB value is (223,215,207). Sum of RGB (Red+Green+Blue) = 223+215+207=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7CF is #202830. Grayscale: #D8D8D8. Windows color (decimal): -2107441 or 13621215. OLE color: 13621215.

HSL color Cylindrical-coordinate representation of color #DFD7CF: hue angle of 30º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD7CF is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223215207-
CMYK00.040.070.13
HSL30º20%84.31%-
HSV(B)30º7.17%87.45%-
XYZ65.9968.7968.83-
YUV216.48122.65132.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 215 (84.38% from 255) = 33.33%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=34.57%
G=33.33%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321520700.040.070.13302084.31
HexDFD7CF047D1e1454
Octal337327317047153624124
Binary1101111111010111110011110100111110111110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7CF; }

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

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

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

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

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

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

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

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