#DFD7D6

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

Shades of Ebb #DFD7D6

Tints of Ebb #DFD7D6

Color information

#DFD7D6 (or 0xDFD7D6) is unknown color: approx Ebb. HEX triplet: DF, D7 and D6. RGB value is (223,215,214). Sum of RGB (Red+Green+Blue) = 223+215+214=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7D6 is #202829. Grayscale: #D9D9D9. Windows color (decimal): -2107434 or 14079967. OLE color: 14079967.

HSL color Cylindrical-coordinate representation of color #DFD7D6: hue angle of 6.67º degrees, saturation: 0.12, 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 #DFD7D6 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223215214-
CMYK00.040.040.13
HSL6.67º12.33%85.69%-
HSV(B)6.67º4.04%87.45%-
XYZ66.8769.1473.44-
YUV217.28126.15132.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 215 (84.38% from 255) = 32.98%
BLUE value IS 214 (83.98% from 255) = 32.82%
R=34.20%
G=32.98%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321521400.040.040.136.6712.3385.69
HexDFD7D6044D7c56
Octal33732732604415714126
Binary1101111111010111110101100100100110111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7D6; }

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

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

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

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

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

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

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

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