#DFD8D7

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

Shades of Ebb #DFD8D7

Tints of Ebb #DFD8D7

Color information

#DFD8D7 (or 0xDFD8D7) is unknown color: approx Ebb. HEX triplet: DF, D8 and D7. RGB value is (223,216,215). Sum of RGB (Red+Green+Blue) = 223+216+215=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8D7 is #202728. Grayscale: #D9D9D9. Windows color (decimal): -2107177 or 14145759. OLE color: 14145759.

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

Color convert

RGB223216215-
CMYK00.030.040.13
HSL7.5º11.11%85.88%-
HSV(B)7.5º3.59%87.45%-
XYZ67.2569.7174.2-
YUV217.98126.32131.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=34.10%
G=33.03%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321621500.030.040.137.511.1185.88
HexDFD8D7034D8b56
Octal337330327034151013126
Binary1101111111011000110101110111001101100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8D7; }

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

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

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

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

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

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

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

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