#DFD8CE

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

Shades of Gallery #DFD8CE

Tints of Gallery #DFD8CE

Color information

#DFD8CE (or 0xDFD8CE) is unknown color: approx Gallery. HEX triplet: DF, D8 and CE. RGB value is (223,216,206). Sum of RGB (Red+Green+Blue) = 223+216+206=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8CE is #202731. Grayscale: #D8D8D8. Windows color (decimal): -2107186 or 13555935. OLE color: 13555935.

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

Color convert

RGB223216206-
CMYK00.030.080.13
HSL35.29º20.99%84.12%-
HSV(B)35.29º7.62%87.45%-
XYZ66.1369.2668.27-
YUV216.95121.82132.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=34.57%
G=33.49%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321620600.030.080.1335.2920.9984.12
HexDFD8CE038D231554
Octal3373303160310154325124
Binary11011111110110001100111001110001101100011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8CE; }

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

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

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

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

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

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

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

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