#DFD9D8

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

Shades of Ebb #DFD9D8

Tints of Ebb #DFD9D8

Color information

#DFD9D8 (or 0xDFD9D8) is unknown color: approx Ebb. HEX triplet: DF, D9 and D8. RGB value is (223,217,216). Sum of RGB (Red+Green+Blue) = 223+217+216=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D8 is #202627. Grayscale: #DADADA. Windows color (decimal): -2106920 or 14211551. OLE color: 14211551.

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

Color convert

RGB223217216-
CMYK00.030.030.13
HSL8.57º9.86%86.08%-
HSV(B)8.57º3.14%87.45%-
XYZ67.6470.2774.96-
YUV218.68126.49131.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 216 (84.77% from 255) = 32.93%
R=33.99%
G=33.08%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321721600.030.030.138.579.8686.08
HexDFD9D8033D9a56
Octal337331330033151112126
Binary110111111101100111011000011111101100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9D8; }

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

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

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

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

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

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

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

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