#DFD6CE

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

Shades of Gallery #DFD6CE

Tints of Gallery #DFD6CE

Color information

#DFD6CE (or 0xDFD6CE) is unknown color: approx Gallery. HEX triplet: DF, D6 and CE. RGB value is (223,214,206). Sum of RGB (Red+Green+Blue) = 223+214+206=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6CE is #202931. Grayscale: #D7D7D7. Windows color (decimal): -2107698 or 13555423. OLE color: 13555423.

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

Color convert

RGB223214206-
CMYK00.040.080.13
HSL28.24º20.99%84.12%-
HSV(B)28.24º7.62%87.45%-
XYZ65.6268.2468.11-
YUV215.78122.48133.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=34.68%
G=33.28%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321420600.040.080.1328.2420.9984.12
HexDFD6CE048D1c1554
Octal3373263160410153425124
Binary11011111110101101100111001001000110111100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6CE; }

 p { color: rgb(223,214,206); }

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

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

 a { background-color: rgb(223,214,206); }

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

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

 span { border-color: rgb(223,214,206); }

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